zstd

[full]

Zstandard - Fast real-time compression algorithm

Zstandard, or zstd as short version, is a fast lossless compression algorithm, targeting real-time compression scenarios at zlib-level and better compression ratios. It's backed by a very fast entropy stage, provided by Huff0 and FSE library.

Zstandard's format is stable and documented in RFC8878. Multiple independent implementations are already available. This repository represents the reference implementation, provided as an open-source dual BSD and GPLv2 licensed C library, and a command line utility producing and decoding .zst, .gz, .xz and .lz4 files. Should your project require another programming language, a list of known ports and bindings is provided on Zstandard homepage.

... More
license BSD-3-Clause
project zstd
url facebook.github.io/zstd/
doc-url github.com/facebook/zstd/wiki
src-url github.com/facebook/zstd
1 Version
version 1.5.1+3
repository https://pkg.cppget.org/1/queue/testing
depends 0