Zhuff is a compression software designed for speed (especially decompression speed).
Schematically, it consists of LZ4 & FSE merged together.
Zhuff is several times faster 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.
Note : Zhuff is now obsolete. Its successor is Zstandard, which is open sourced on github.
Download : Zhuff v0.99 beta (portable binary)
- Both 32-bits & 64-bits versions provided
Compression evaluation :
In-memory benchmark (-b command), using Silesia Corpus
Benchmark platform : Core i5-3340M (2.7GHz), Window Seven 64-bits
Schematically, it consists of LZ4 & FSE merged together.
Zhuff is several times faster 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.
Note : Zhuff is now obsolete. Its successor is Zstandard, which is open sourced on github.
Download : Zhuff v0.99 beta (portable binary)
- Both 32-bits & 64-bits versions provided
Compression evaluation :
In-memory benchmark (-b command), using Silesia Corpus
Benchmark platform : Core i5-3340M (2.7GHz), Window Seven 64-bits
version | threads | Compression Ratio | Speed | Decoding | |
Zhuff v0.99 | -c0 | -t1 | 2.979 | 175 MB/s | 660 MB/s |
Zhuff v0.99 | -c0 | -t2 | 2.979 | 250 MB/s | 1150 MB/s |
Zhuff v0.99 | -c1 | -t2 | 3.151 | 79 MB/s | 1200 MB/s |
Zhuff v0.99 | -c2 | -t2 | 3.222 | 46 MB/s | 1250 MB/s |
You can provide your comments on the Public forum.