This code will uncompress LZW files with a very simple data structure (just a realloc'ed array) and the unoptimized code is still 30% faster than unix uncompress.
https://groups.google.com/forum/#!topic/comp.compression/VC8xXmJQNfg
Public domain, do whatever you want with it.
This code will uncompress LZW files with a very simple data structure (just a realloc'ed array) and the unoptimized code is still 30% faster than unix uncompress.
https://groups.google.com/forum/#!topic/comp.compression/VC8xXmJQNfg
Public domain, do whatever you want with it.