RealTime Data Compression
Development blog on compression algorithms
Featured
(Move to ...)
Zstandard
LZ4
Zhuff
Compression benchmark
Entropy coders
MMC - Morphing Match Chain
▼
Friday, February 25, 2011
Multi-threaded compression experiment : LZ4 version 0.7
›
Putting into practice conclusions from an earlier post on multi-threading , I finally created a code branch using multi-threading for LZ4 ....
1 comment:
Tuesday, February 22, 2011
Huff0 : Early detection offers better speed (v0.7)
›
In my earlier release, i skipped the integration of a simple to understand but more difficult to execute feature : early detection of borde...
Sunday, February 20, 2011
Zhuff : new version v0.6
›
Applying "sample" learnings to Zhuff , it results in a new version, v0.6, featuring a little compression improvement. The new sam...
Saturday, February 19, 2011
Improved sampling for better compression
›
When building a classic compression algorithm, it is expected to use past data to populate the predictor for future data. It all works pret...
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:
‹
›
Home
View web version