RealTime Data Compression
Development blog on compression algorithms
Featured
(Move to ...)
Zstandard
LZ4
Zhuff
Compression benchmark
Entropy coders
MMC - Morphing Match Chain
▼
Thursday, April 12, 2012
Detecting errors
›
After thinking a blip second about it, it seems clear to me that an important feature expected from the framing format is a good en...
3 comments:
Sunday, April 8, 2012
A file container format for LZ4
›
With increased usage of LZ4 come new use cases, and with them new requirements. The recent ports of LZ4 to Python and Perl are two e...
7 comments:
Sunday, January 8, 2012
Probability Update
›
Following the previous post on Binary Arithmetic Coder , we left with a simple-to-ask but difficult-to-answer question : how to up...
8 comments:
Thursday, January 5, 2012
Binary Arithmetic Coder
›
There is a way to code an element using less than one bit of space. Although the idea might sound weird, it is in fact a proven method si...
5 comments:
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...
‹
›
Home
View web version