Tag
BZip3 is a high-performance compression tool that offers superior compression ratios and speed compared to its predecessor BZip2, utilizing advanced algorithms like context mixing entropy coding and Burrows-Wheeler transform.
This blog post analyzes the PivCo-Huffman paper, which introduces 'merge' operations for parallel Huffman decoding, enabling efficient vectorized and GPU-friendly decoding without interleaving overhead.
Google engineers recount the decade-long open-source journey behind JPEG XL, highlighting key experiments like WebP Lossless, Butteraugli, and Guetzli that shaped the next-generation image standard.
libwce is a minimal, patent-clean Rust library implementing a Bit-Plane Count (BPC) entropy layer for wavelet codecs, providing a stateless and dependency-free module for entropy coding.