RealTime Data Compression
Development blog on compression algorithms
Featured
(Move to ...)
Zstandard
LZ4
Zhuff
Compression benchmark
Entropy coders
MMC - Morphing Match Chain
▼
Thursday, July 13, 2017
Dealing with library version mismatch
›
Note : this article was initially redacted as an answer to David Jud's comment , but it became long enough to be worth converting int...
5 comments:
Thursday, July 6, 2017
The art of designing advanced API
›
A library API (Application Programming Interface) is even more important than its implementation. There are many reasons for this stat...
8 comments:
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:
‹
›
Home
View web version