There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
Minimal implementation of a compression library that first uses LZW to compress the data and then applies a minimal height Huffman encoding using a static dictionary.