zstd
compressor
A fast lossless compression algorithm targeting real-time compression scenarios
Zstandard - Fast real-time compression algorithm
24k stars
411 watching
2k forks
Language: C
last commit: 12 days ago
Linked from 3 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
lz4/lz4 | A fast and scalable lossless compression algorithm implemented in C. | 10,398 |
google/zopfli | A compression library that provides a fast but slow compression algorithm based on deflate or zlib. | 3,429 |
klauspost/compress | Provides various compression algorithms in pure Go. | 4,788 |
didactic-drunk/zstd.cr | Bindings to the Zstandard compression library for efficient data compression and decompression in Crystal programming language. | 41 |
ziltoid1991/bindbc-zstandard | Provides a bridge to Facebook's zstandard compression library for various operating systems. | 2 |
gildor2/fast_zlib | An optimized zlib compression algorithm that provides faster time and slightly smaller compressed files | 133 |
emmanuel-marty/zultra | A fast compression library that produces near-optimal deflate/zlib/gzip compressed bitstreams with a similar ratio to zopfli. | 27 |
inikep/lizard | An efficient compression algorithm with fast decompression speed | 655 |
zopfli-rs/zopfli | Reimplements a lossless compression algorithm in Rust | 37 |
google/snappy | A fast compression and decompression library designed for high-speed data processing. | 6,181 |
ariya/fastlz | An algorithm and implementation for lossless data compression using Lempel-Ziv 77 (LZ77) with a focus on speed over compression ratio. | 440 |
lzfse/lzfse | A library and tool that compresses data using the Lempel-Ziv style algorithm with Finite State Entropy coding | 1,771 |
google/brotli | A compression algorithm that combines multiple techniques to achieve high compression ratios | 13,602 |
gyscos/zstd-rs | A Rust binding for the zstd compression library | 527 |
opencomputeproject/project-zipline | Develops a lossless data compression format suitable for cloud datasets | 281 |