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

Improve caching of decompressed chunks #4

Closed
ckauhaus opened this issue Feb 2, 2019 · 1 comment
Closed

Improve caching of decompressed chunks #4

ckauhaus opened this issue Feb 2, 2019 · 1 comment

Comments

@ckauhaus
Copy link
Collaborator

ckauhaus commented Feb 2, 2019

Currerntly, only a fixed amount of chunks (32) are kept in the cache. Use a better data structure (ChunkBucket?) to size the cache dynamically.

@ckauhaus
Copy link
Collaborator Author

Ripped off cache altogether and replaced it with a more intelligent writeout strategy.

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

No branches or pull requests

1 participant