RealTime Data Compression
Development blog on compression algorithms
Featured
(Move to ...)
Zstandard
LZ4
Zhuff
Compression benchmark
Entropy coders
MMC - Morphing Match Chain
▼
Tuesday, January 14, 2014
Huffman, a comparison with FSE
›
In this serie explaining the behavior of Finite State Entropy , I find it interesting to make a quick comparison with Huffman entropy...
15 comments:
Thursday, January 9, 2014
FSE decoding : how it works
›
After announcing the release of FSE and its results , it's time to have a look at its internals. We'll spend some time first ...
3 comments:
Monday, December 23, 2013
Zhuff v0.9, or a first FSE application
›
As a quick follow up to last week release of FSE , I wanted to produce a quick demo to show the kind of gain to expect with this new entr...
8 comments:
Monday, December 16, 2013
Finite State Entropy - A new breed of entropy coder
›
In compression theory, the entropy encoding stage is typically the last stage of a compression algorithm, the one where the gains from t...
40 comments:
Saturday, October 19, 2013
Compression stream (part 3)
›
After taking care of the decompression stream , it's now time to have a look at the compression side. As stated earlier, a compress...
2 comments:
Friday, September 27, 2013
Stream Decoding (part 2)
›
I've been considering a complementary idea since writing the first part of LZ4 streaming interface . A major point which bothered ...
Wednesday, September 11, 2013
Towards a Streaming Interface for LZ4
›
After settling a Streaming Format for LZ4 , it seems about time to define a proper API for it. LZ4 is quite stable in "block mode...
Thursday, August 15, 2013
Inter-block compression
›
One of the new capabilities defined into the LZ4 Streaming format is inter-block compression. While the concept is simple to formulate (...
5 comments:
‹
›
Home
View web version