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

compress option for FlashStoreAsync #11

Open
huan opened this issue Jun 13, 2018 · 0 comments
Open

compress option for FlashStoreAsync #11

huan opened this issue Jun 13, 2018 · 0 comments

Comments

@huan
Copy link
Owner

huan commented Jun 13, 2018

As we are caching all the data in memory from FlashStoreSync, the memory will be required a lot if we need to store huge data.

If the data is not read/write very frequency, it's a good idea to compress the data so that we can save memory.

Plan to add a { compress: false/true } option to FlashStoreSync to enable in-memory data compress.

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

No branches or pull requests

1 participant