RealTime Data Compression
Development blog on compression algorithms
Featured
(Move to ...)
Zstandard
LZ4
Zhuff
Compression benchmark
Entropy coders
MMC - Morphing Match Chain
▼
Saturday, December 4, 2010
Multiple level promotions
›
One of the main advantages of Morphing Match Chain (MMC) method (explained here ) is that you can add elements into the chain without actual...
Thursday, December 2, 2010
Fusion searches - segments & sequences fully integrated
›
Finally, after spending quite some time at testing a few different directions (more on this in later notes), i finally had enough time and f...
Thursday, November 25, 2010
The cost of History
›
well well, another idea proved fruitless. After a quick note on cuckoo hashing , i tried to apply the concept on a compressor using Etince...
Wednesday, November 24, 2010
CPU cache
›
Looking for performances on modern CPU architecture ? You can't avoid taking care of memory cache effects. The logic for cache is pr...
Monday, November 22, 2010
Cuckoo's Hash
›
After reading a short rant from Charles Bloom , i spent some time reading and studying cuckoo hashing , a relatively new hash methodology,...
2 comments:
Sunday, November 21, 2010
LZ4 : New version
›
Yesterday's experiments provided some appreciable gains to LZ4, and therefore it seems valid to share them. The new version of LZ4HC i...
Saturday, November 20, 2010
First results of fusion search
›
As stated in an earlier post , segment search provides a nice boost to compression speed when compressed files contain some long stream of i...
Friday, November 19, 2010
Compressing the web
›
I just had a very pleasant time reading Frederic Filloux 's post on his wish list for a future word processor. In a nutshell, what he ...
‹
›
Home
View web version