RealTime Data Compression
Development blog on compression algorithms
Featured
(Move to ...)
Zstandard
LZ4
Zhuff
Compression benchmark
Entropy coders
MMC - Morphing Match Chain
▼
Wednesday, August 31, 2016
Zstandard v1.0 is out
›
and is now officially a Facebook Open Source project : https://code.facebook.com/posts/1658392934479273/smaller-and-faster-data-compres...
6 comments:
Tuesday, July 5, 2016
Specification of Zstandard compression format
›
With the compression format stabilized in v0.7.x serie, Zstandard gets now a first version of its formal specification : https://github...
4 comments:
Friday, June 17, 2016
Zstandard reaches Candidate Compression Format
›
Finally. That was a pretty long journey. With the release of v0.7, Zstandard has reached an important milestone where the compression f...
1 comment:
Friday, May 13, 2016
Finalizing a compression format
›
With Zstandard v1.0 looming ahead, the last major item for zstd to settle is an extended set of features for its frame encapsulation layer. ...
8 comments:
Sunday, April 3, 2016
Working with streaming
›
Streaming, an advanced and very nice processing mode that a few codecs offer to deal with small data segments. This is great in communica...
4 comments:
Friday, February 5, 2016
Compressing small data
›
Data compression is primarily seen as a file compression algorithm. After all, the main objective is to save storage space, is it ? With...
12 comments:
Wednesday, October 14, 2015
Huffman revisited part 5 : combining multi-streams with multi-symbols
›
In previous article , a method to create a fast multi-symbols Huffman decoder has been described. The experiment used a single bitstr...
1 comment:
Huffman revisited, Part 4 : Multi-bytes decoding
›
In most Huffman implementations I'm aware of, decoding symbols is achieved in a serial fashion, one-symbol-after-another. Decoding f...
8 comments:
‹
›
Home
View web version