-
Notifications
You must be signed in to change notification settings - Fork 42
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
Refactor StringValueStore to use external memory to limit memory usage. #69
Comments
An option I see is using template specialization (or class inheritance?): The |
To me it sounds like a good application for inheritance, but @amit-cliqz is going to investigate this on upcoming days. |
While working on #93, I realized that the Some background: The I would actually do the same for |
fixed by #93 |
JsonValueStore
already has this functionality implemented. Probably it's possible to factor out common code and reuse it in both value stores.The text was updated successfully, but these errors were encountered: