High-performance lossless library for encoding and decoding Files. Recommended for ASCII text files
An easy-to-use text compression C++ library that uses Huffman Codes to encode and decode ASCII text files.
It's Fast and can cause up to 50% decrease in size for ASCII text files.
Pre built binaries are delivered with the source code. These are located in the prebuilt-binaries folder
To build this application simply run the supplied batch file build.bat
A build creates 2 executables in the build folder c-huff.exe and cmpdcp.dll
- The workings of the program have been supplied with the documentation