RealTime Data Compression
Development blog on compression algorithms
Featured
(Move to ...)
Zstandard
LZ4
Zhuff
Compression benchmark
Entropy coders
MMC - Morphing Match Chain
▼
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...
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...
‹
›
Home
View web version