zstd: Fast real-time compression algorithm1

Zstandard is a real-time compression algorithm, providing high compression ratios. It offers a very wide range of compression / speed trade-off, while being backed by a very fast decoder (see benchmarks below). It also offers a special mode for small data, called dictionary compression, and can create dictionaries from any sample set.

... part of T2, get it here

URL: http://www.zstd.net

Author: Yann Collet, Facebook, Inc.
Maintainer: Rene Rebe <rene [at] t2-project [dot] org>

License: BSD GPL
Status: Stable
Version: 1.5.5

Remark: Does cross compile (as setup and patched in T2).
Remark: Dietlibc compatible.

Download: https://github.com/facebook/zstd/ tags

T2 source: hotfix.patch.alpha
T2 source: i486-no-cpuid.patch
T2 source: zstd.cache
T2 source: zstd.desc
T2 source: zstd.prof

Build time (on reference hardware): 16% (relative to binutils)2

Installed size (on reference hardware): 4.76 MB, 24 files

Dependencies (build time detected): 00-dirtree bash binutils coreutils diffutils findutils gawk grep gzip linux-header make patch sed tar zlib

Installed files (on reference hardware): [show]

1) This page was automatically generated from the T2 package source. Corrections, such as dead links, URL changes or typos need to be performed directly on that source.

2) Compatible with Linux From Scratch's "Standard Build Unit" (SBU).