zstd
Zstandard, commonly referred to as zstd, is a data compression algorithm and file format developed by Facebook (Meta) and released in 2016. It aims to provide fast compression and decompression with high throughput and strong compression ratios, across a wide range of data types. It is distributed as an open-source library and has become a widely used general-purpose compressor.
The algorithm uses a modern combination of techniques: an LZ77-style sliding-window dictionary for detecting repeated sequences,
The zstd file format is frame-based and supports streaming. Data are organized into frames containing blocks,
Performance characteristics: low compression levels favor speed, high levels favor compression ratio. Compared with traditional compressors,
Usage and ecosystem: Zstandard is widely adopted in software packaging, data storage, and network protocols. It