RealTime Data Compression
Development blog on compression algorithms
Featured
(Move to ...)
Zstandard
LZ4
Zhuff
Compression benchmark
Entropy coders
MMC - Morphing Match Chain
▼
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...
Tuesday, May 15, 2012
Dealing with blocks side-effects
›
Continuing on the previous post analysis of the lz4demo 's current framing format, another side-effect created by this simple format...
2 comments:
Monday, May 14, 2012
Memory buffer management
›
One of the objectives for the LZ4 framing format is to instruct the LZ4 decoder how to best handle memory to decode the compressed data...
1 comment:
Monday, April 30, 2012
Selecting a Checksum algorithm
›
Following the entry regarding Error detection , it is still necessary to find a correct algorithm to do the job. In other circumstances...
10 comments:
Thursday, April 12, 2012
Detecting errors
›
After thinking a blip second about it, it seems clear to me that an important feature expected from the framing format is a good en...
3 comments:
Sunday, April 8, 2012
A file container format for LZ4
›
With increased usage of LZ4 come new use cases, and with them new requirements. The recent ports of LZ4 to Python and Perl are two e...
7 comments:
‹
›
Home
View web version