RealTime Data Compression
Development blog on compression algorithms
Featured
(Move to ...)
Zstandard
LZ4
Zhuff
Compression benchmark
Entropy coders
MMC - Morphing Match Chain
▼
Monday, December 19, 2011
LZ4 into Hadoop-MapReduce
›
After a very fast evaluation, LZ4 has been recently integrated into the Apache project Hadoop - MapReduce . This is an important news,...
14 comments:
Monday, December 12, 2011
Advanced Parsing Strategies
›
Getting better compression ratio with LZ algorithms requires more than looking for long matches. It also requires some "parsing...
2 comments:
Sunday, December 4, 2011
Fast sequence comparison
›
If there is one thing that most Compression algorithms must do well and fast, it is comparing byte sequences. Finding a match depends o...
5 comments:
Monday, November 28, 2011
Zhuff get upgraded (v0.8)
›
As a first implementation of the recently proposed compressed stream format , here comes a new version of Zhuff, v0.8 . It was indeed my...
Thursday, November 24, 2011
A format for compressed streams, part 2
›
Following my recent post , here is what i could come up with after a few minutes of thinking : 2 bytes might be enough for my need. Wel...
4 comments:
Friday, November 18, 2011
A format for compressed streams
›
I've been pretty careful at designing compression format & algorithm, but much less detailed when it comes to compressed stream f...
Saturday, October 22, 2011
Progressive Hash Series : a new method to find repetitions
›
I've been investigating an old idea which was occupying my mind, in order to create a fast approximative match finder for long range ...
6 comments:
Sunday, October 2, 2011
LZ4 in commercial application
›
Time for great news. Although i've been informed of a few open-source projects or commercial application working to integrate LZ4 int...
‹
›
Home
View web version