RealTime Data Compression
Development blog on compression algorithms
Featured
(Move to ...)
Zstandard
LZ4
Zhuff
Compression benchmark
Entropy coders
MMC - Morphing Match Chain
▼
Saturday, January 19, 2019
The type system
›
btrc: compile2 : the type system The type system is a simple yet powerful way to ensure that the code knows enough ab...
5 comments:
Writing safer C code
›
Writing safer C code may feel like an overwhelming goal. After all, we are told that C gives programmers plenty of opportunities to shoot ...
3 comments:
Wednesday, March 14, 2018
xxHash for small keys: the impressive power of modern compilers
›
Several years ago, xxHash was created as a companion error detector for LZ4 frame format . The initial candidate for this role was C...
8 comments:
Friday, February 16, 2018
When to use Dictionary Compression
›
On the Zstandard website , there is a small chapter dedicated to Dictionary compression . In a nutshell, it explains that it can dramati...
9 comments:
Friday, January 12, 2018
Zstandard Overview
›
I recently realised that, while there is a specification for Zstandard , which describes in great details what is encoded where, there is...
3 comments:
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:
‹
›
Home
View web version