BZip3 Reignites Compression Ratio Debate
BZip3 is an LGPLv3 file compressor and library positioned as a faster, stronger successor to BZip2, combining Burrows–Wheeler transforms, context mixing, and LZP/RLE techniques. Its renewed Hacker News attention highlights impressive text and code benchmarks, though the project itself is established rather than a new release.
BZip3 is a fascinating specialist compressor, but its best-case benchmark results do not make it a universal replacement for Zstandard.
- –Excels on text and source code, where its transform-heavy pipeline can deliver excellent compression ratios.
- –Performance is highly data-dependent, so developers should benchmark against Zstandard and XZ using their own workloads.
- –Memory usage scales sharply with block size—up to roughly six times the configured block size—making aggressive settings expensive.
- –Parallel block processing improves throughput, but the README’s own test still shows Zstandard decompressing faster.
- –The bzip2-like CLI, C library, package-manager support, and LGPLv3 license make it practical for archival and specialized tooling: https://github.com/iczelia/bzip3
DISCOVERED
1h ago
2026-09-07
PUBLISHED
4h ago
2026-09-07
RELEVANCE
AUTHOR
tosh