Zhuff is a compression software designed for speed (especially decompression speed).
It is based around LZSS & Huffman mechanisms, similar in principles to Zip.
Schematically, it consists of LZ4 & Huff0 merged together.
Zhuff is typically 4 to 5 times faster per core than Zip's fastest mode.
Zhuff also proposes High Compression modes (-c1 and -c2), using MMC match search algorithm, which will trade some CPU cycles for more compression. See benchmark results below.
Download : v0.8 :
Zhuff (windows installer) (beta2)
Zhuff (portable binary)
- All compression levels into a single binary
- Pipe mode support
- New benchmark mode with multiple files
- Context Menu integration (windows installer version only)
- Directory Compression with shar (windows installer version only)
Compression evaluation :
Sample Corpus totalizing about 4GB
In-memory benchmark results (-b command)
Benchmark platform : Core 2 Duo E8400 (3GHz), Window Seven 32-bits
It is based around LZSS & Huffman mechanisms, similar in principles to Zip.
Schematically, it consists of LZ4 & Huff0 merged together.
Zhuff is typically 4 to 5 times faster per core than Zip's fastest mode.
Zhuff also proposes High Compression modes (-c1 and -c2), using MMC match search algorithm, which will trade some CPU cycles for more compression. See benchmark results below.
Download : v0.8 :
Zhuff (windows installer) (beta2)
Zhuff (portable binary)
- All compression levels into a single binary
- Pipe mode support
- New benchmark mode with multiple files
- Context Menu integration (windows installer version only)
- Directory Compression with shar (windows installer version only)
Compression evaluation :
Sample Corpus totalizing about 4GB
In-memory benchmark results (-b command)
Benchmark platform : Core 2 Duo E8400 (3GHz), Window Seven 32-bits
| version | threads | Compression Ratio | Speed | Decoding | |
| Zhuff | 0.7 | -t1 | 2.584 | 147 MB/s | 278 MB/s |
| Zhuff | 0.7 | -t2 | 2.584 | 285 MB/s | 550 MB/s |
| ZhuffHC | 0.1 | -t1 | 2.781 | 28.3 MB/s | 312 MB/s |
| ZhuffHC | 0.1 | -t2 | 2.781 | 55.6 MB/s | 618 MB/s |
| ZhuffMax | 0.2 | -t1 | 2.825 | 14.1 MB/s | 325 MB/s |
| ZhuffMax | 0.2 | -t2 | 2.825 | 28.0 MB/s | 640 MB/s |
You can provide your comments on the Zhuff 's forum.