You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Author: Jharrod LaFon
Date: 2011
License: GPL
Minimalistic LZW Compression Library
=====================================
1. Don't use this code yet. It's still in development.
About
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.