In the time it takes to read this message you could have voted twice. Login and vote now.
By bloid
via codeproject.com
Submitted: May 15 2008 / 14:59
LZW compression. I decided that day to read about it and try to implement this so nice idea algorithm, and I spent a long time to make it as fast as I can, but I think I failed as it compresses 1 MB/sec in normal cases. The code seems hard to be understood, but it will be easy if you take a look at the algorithm through the Background section or through any of the References down the page.
Add your comment