RealTime Data Compression
Development blog on compression algorithms
Featured
(Move to ...)
Zstandard
LZ4
Zhuff
Compression benchmark
Entropy coders
MMC - Morphing Match Chain
▼
Friday, April 26, 2013
Fighting code bloat (C template-style)
›
A little detail has always annoyed me within the LZ4 source code : the presence of 2 compression functions, and 2 decompression function...
7 comments:
Tuesday, April 9, 2013
LZ4 Frame format : Final specifications
›
[Edit] : the specification linked from this blog post is quite old by now. Prefer consulting the up-to-date version, stored directly in...
54 comments:
Thursday, March 21, 2013
A Streaming format for LZ4
›
It is a long time since I'm willing to produce a suitable streaming format for LZ4. As stated earlier, the format defined into lz...
22 comments:
Wednesday, December 12, 2012
xxHash : new version
›
It's a few monthes since the initial release of xxHash . The algorithm has almost fullfilled its initial objective, which is to prov...
1 comment:
Tuesday, July 3, 2012
Log file compression
›
Although i'm currently on holliday, with limited access to the world wide web, i would like to link here an interesting contribution...
Wednesday, May 30, 2012
Compressed data transmission
›
If there is a situation where data is inherently short-lived, it is communication. Data starts its live on the sender side, and end it on...
7 comments:
Monday, May 28, 2012
Members properties
›
After spending some time on expected properties at streaming level, let's now get to the core of the objective, regarding the compress...
Friday, May 25, 2012
Useful compressed streaming properties
›
The previous articles were primarily targeted at error detection and memory buffer management , which are, arguably, very important fea...
‹
›
Home
View web version