RealTime Data Compression
Development blog on compression algorithms
Featured
(Move to ...)
Zstandard
LZ4
Zhuff
Compression benchmark
Entropy coders
MMC - Morphing Match Chain
▼
Saturday, February 12, 2011
A Homepage for MMC
›
MMC ( M orphing M atch C hain) is a new search algorithm i've been toying with by end of 2010. It's been presented in November, and...
Saturday, January 29, 2011
ARM Programming (part 2)
›
Now that context is presented , we can go on tough things : what's special with programming an ARM processor ? ARM processors are use...
3 comments:
Monday, January 24, 2011
LZ4 : World's fastest compressor
›
As an unexpected surprise, i learned this morning that a compression benchmark site, Stephan Bush's SqueezeChart , declared LZ4 as the ...
1 comment:
Friday, January 21, 2011
ARM Programming (part 1)
›
There is a sense of moving tide in the world of CPU business. The nimble ARM (Advanced Risc Machine) looks in position to threaten almigh...
2 comments:
Friday, January 14, 2011
Multi-threaded compression
›
Since a few years now, most PC systems sold are using multi-cores processors. As a logical consequence, there is an increase pressure from ...
Monday, January 10, 2011
Improving I/O : Zhuff v0.5
›
There is a subtle difference between Windows Seven and good old Windows XP when it comes to reading data from a disk : the prefetcher has m...
Friday, January 7, 2011
An old friend returns : new version of Zhuff (v0.4)
›
Since working on LZ4 and then Huff0 improvements, it's quite natural to give another look at Zhuff, an old compression program that wa...
Tuesday, January 4, 2011
Entropy evaluation : small changes in benchmark corpus
›
You can't easily improve what you can't measure. That's why test tools are so important. For compression, benchmark corpus is a...
‹
›
Home
View web version