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

In Context 0.2, consider using ANS/entropy codes other than Huffman #453

Open
dominiccooney opened this issue Sep 13, 2019 · 0 comments
Open
Projects

Comments

@dominiccooney
Copy link
Member

In practice with context 0.1 we have some files which are almost monomorphic. But as soon as they have a single field with a different value then we have to use one bit per field for all of the fields.

If we used entropy codes like ANS we could get more efficient encodings than Huffman in these cases.

@Yoric Yoric added this to To do in Context 0.2 Sep 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Context 0.2
  
To do
Development

No branches or pull requests

1 participant