Technical Comparison Reference hed0rah.github.io / @r3l0z
Compression / Archive Formats Field Guide
| # | Format | Type | Algorithmtechniques | Ratiotyp / best | Compressvs zstd-3 1 | Decompressvs zstd-3 1 | Solid | Stream | Seek | Recovery | Multi-thread | Windowtyp / max | Typical Use |
|---|
TAR carries no compression of its own; it is the archive layer that bundles files and metadata, then a separate codec compresses the resulting stream. This separation is why .tar.* combinations exist at all — pick the archive once, swap the compressor to taste.
Higher = better ratio. Right = faster compression. Normalized to zstd level 3 (1.00x). Upper-left is the slow-but-dense corner; lower-right is the fast-but-loose corner.
Ratios & speeds aggregated from public corpora (Calgary, Silesia, enwik8/9), large text/JSON logs, and OS image sets, 2023–2024. Reference system: Ryzen 9 7950X (16C/32T), 64 GB DDR5, Ubuntu 24.04 LTS. Tools: zstd 1.5.6, 7-Zip 24.07, xz 5.6.2, gzip 1.13, brotli 1.1.0, lz4 1.9.4, zlib-ng 2.1.6. Single-core unless noted. Real numbers vary with data, level, and hardware.