/mlzw

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.

Primary LanguageC

Author: Jharrod LaFon
Date: 2011
License: GPL

Minimalistic LZW Compression Library
=====================================

1.  Don't use this code yet.  It's still in development.