binjs-ref icon indicating copy to clipboard operation
binjs-ref copied to clipboard

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

Open dominiccooney opened this issue 4 years ago • 0 comments

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.

dominiccooney avatar Sep 13 '19 09:09 dominiccooney