A simple lightweight set of implementations and bindings for compression algorithms written in Go.
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
Finish MCC encoding by encoding the stateStream with Huffman coding (maybe arithmetic coding in the future).