RealTime Data Compression
Development blog on compression algorithms
Featured
(Move to ...)
Zstandard
LZ4
Zhuff
Compression benchmark
Entropy coders
MMC - Morphing Match Chain
▼
Thursday, May 26, 2011
LZ4 explained
›
At popular request, this post tries to explain the LZ4 inner workings, in order to allow any programmer to develop its own version, pote...
47 comments:
Saturday, May 21, 2011
ZhuffMax parsing improvements
›
As a small attempt to improve parsing, i've made the lazy matcher of ZhuffMax a bit deeper. It resulted in some small gains, but also n...
Saturday, May 14, 2011
Long Range Failure
›
The next natural step in evaluating MMC would be to test it with large dictionary sizes. Although this can be somewhat "emulated"...
Wednesday, April 27, 2011
ZhuffMax
›
This program looks more and more like a Pepsi brand each passing day... In an earlier note , i presented the basics of advanced parsing s...
Sunday, April 24, 2011
LZ4 source code now Opened
›
The "great" thing with all those statistics tools provided by Google is that you can know exactly when, where and why people got ...
9 comments:
Thursday, April 21, 2011
Zhuff + MMC = Zhuff HC
›
What can you get marrying MMC with Zhuff ? Well, a stronger version, called ZhuffHC. MMC is an improved implementation of a full match se...
Sunday, April 10, 2011
A look into zip
›
If there is one compression format which is well-known and popular, it is Zip . None other has reached such presence. Zip was invented by...
Tuesday, April 5, 2011
Comparing compressors : new ranking system
›
(Note : a new page is dedicated to benchmark results, with updated graph ) In the previous note regarding CompressionRatings results, a ne...
1 comment:
‹
›
Home
View web version