RealTime Data Compression
Development blog on compression algorithms
Featured
(Move to ...)
Zstandard
LZ4
Zhuff
Compression benchmark
Entropy coders
MMC - Morphing Match Chain
▼
Friday, February 14, 2014
FSE decoding : wrap up
›
With all the previous articles written on FSE , it seems we now have all elements to build a complete FSE decoder. Let's wrap up all th...
Sunday, February 9, 2014
FSE : distributing symbol values
›
Following the last article on defining optimal sub-ranges for FSE , and attributing them according to symbol ranking, we were left wi...
Wednesday, February 5, 2014
FSE : Defining optimal subranges
›
Note : Charles Bloom started an independent in-depth analysis of ANS on his blog, which is definitely worth the read. As stated in...
3 comments:
Monday, February 3, 2014
A comparison of Arithmetic Encoding with FSE
›
Arithmetic encoding was invented in the 70's by Jorma Rissanen. After a few decades during which the technique almost stagnated, pa...
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:
‹
›
Home
View web version