go-compression / raisin

A simple lightweight set of implementations and bindings for compression algorithms written in Go.
https://go-compression.github.io/raisin/
MIT License
22 stars 3 forks source link

Finish MCC encoding by encoding the stateStream with Huffman coding (maybe arithmetic coding in the future). #2

Open phillipcutter opened 4 years ago

phillipcutter commented 4 years ago

Finish MCC encoding by encoding the stateStream with Huffman coding (maybe arithmetic coding in the future).

phillipcutter commented 4 years ago

Waiting for #1 before this can be finished