RealTime Data Compression
Development blog on compression algorithms
Featured
(Move to ...)
Zstandard
LZ4
Zhuff
Compression benchmark
Entropy coders
MMC - Morphing Match Chain
▼
Thursday, August 15, 2013
Inter-block compression
›
One of the new capabilities defined into the LZ4 Streaming format is inter-block compression. While the concept is simple to formulate (...
5 comments:
Friday, August 9, 2013
Part 3 : Inlining big functions
›
After the success of converting LZ4_decompress() to inline function, I was curious to repeat the performance on LZ4_compress(). The at...
8 comments:
Monday, June 10, 2013
Fighting Code Bloat - Part 2 - Inline functions
›
A while ago, I've written a blog post on a method to decrease source code size, improving maintainability, when the source contains ...
2 comments:
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...
‹
›
Home
View web version