Zstandard compression tools
Zstd, short for Zstandard, is a fast lossless compression algorithm,
targeting real-time compression scenarios at zlib-level compression ratio.
Zstd can also offer stronger compression ratios at the cost of compression speed. Speed vs Compression trade-off is configurable by small increments. Decompression speed is preserved and remains roughly the same at all settings, a property shared by most LZ compression algorithms, such as zlib or lzma.
- Developed at Archiving
- Sources inherited from project openSUSE:Factory
-
8
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:16.0:FactoryCandidates/zstd && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_constraints | 0000000165 165 Bytes | |
baselibs.conf | 0000000192 192 Bytes | |
pzstd.1.patch | 0000000763 763 Bytes | |
zstd-1.5.2.tar.gz | 0001936664 1.85 MB | |
zstd-1.5.2.tar.gz.sig | 0000000858 858 Bytes | |
zstd.changes | 0000019969 19.5 KB | |
zstd.keyring | 0000001668 1.63 KB | |
zstd.spec | 0000005237 5.11 KB |
Revision 28 (latest revision is 38)
Dominique Leuenberger (dimstar_suse)
accepted
request 952093
from
Bernhard Wiedemann (bmwiedemann)
(revision 28)
now with explicit Conflicts for gzip+busybox-gzip - enable zlib/gzip compatible backend, as zlib is significantly (50%-100%) faster than gzip - add zstd-gzip compatibility subpackage which can be used as a drop in compatible replacement for gzip - small spec file cleanups - update to 1.5.2: * correct a performance regression * smaller improvements and fixes * See https://github.com/facebook/zstd/releases/tag/v1.5.2 - Refresh pzstd.1.patch - Drop upstream noexecstack.patch
Comments 0