Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add caching instances of basic types and common values #98

Open
mikosik opened this issue Dec 31, 2018 · 0 comments
Open

add caching instances of basic types and common values #98

mikosik opened this issue Dec 31, 2018 · 0 comments
Labels

Comments

@mikosik
Copy link
Owner

mikosik commented Dec 31, 2018

Instances of Values like TypesDb.bool(), TypesDb.string(), TypesDb.blob(), TypesDb.nothing(), ValuesDb.string("") (and probably a few others) should be cached (indexed by its hash) so they are not read from disk db each time. Probably simplest solution is to provide caching wrapper for ValuesDb and TypesDb.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant