Hey guys,
I'm looking for a 32-bit compile of Haruyasu Yoshizaki's old LZHUF compression program. Or a 32-bit compression program that uses the same simple LZ + Huffman to achieve that compression with only requiring 2MB of RAM for decompression.
I need a fast, simple LZ + Huffman program that only needs 2MB of RAM taht can be run on Windows 32-bit and 64-bit. All LZ+HUFF programs that I see now use much more than 2MB of RAM for decompression and that is unacceptable for this project. Compression speed and RAM usage is not important, the files only need to be quickly decompressed with incredibly low RAM usage.
EDIT: Also, no file-size limit. Some files in this project will be larger than 2GB.
Any help would be great.
Thanks guys!