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 support for entropy coding #25

Open
cswinter opened this issue Aug 13, 2018 · 0 comments
Open

Add support for entropy coding #25

cswinter opened this issue Aug 13, 2018 · 0 comments

Comments

@cswinter
Copy link
Owner

LocustDB should have support for entropy coding data using Huffman or ANS. This seems to be the leading implementation, but there don't actually seem to be any Rust bindings for it yet.

Once there are bindings, actually integrating with LocustDB requires changes in a number of places, but there are good examples for how to do so in previous commits:
Adding hex encoding: 3455b20
Stripping lz4 compression for data cached in memory: fc83844

@cswinter cswinter added good first issue Good for newcomers and removed good first issue Good for newcomers labels Aug 13, 2018
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