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
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.
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.
The text was updated successfully, but these errors were encountered: