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:Factory:PowerPC/zstd && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_constraints | 0000000165 165 Bytes | |
baselibs.conf | 0000000009 9 Bytes | |
pzstd.1.patch | 0000001021 1021 Bytes | |
zstd-1.4.8.tar.gz | 0001816546 1.73 MB | |
zstd.changes | 0000016147 15.8 KB | |
zstd.spec | 0000004288 4.19 KB |
Revision 21 (latest revision is 38)
Dominique Leuenberger (dimstar_suse)
accepted
request 856941
from
Bernhard Wiedemann (bmwiedemann)
(revision 21)
- Update to version 1.4.8 to fix i586+s390x - Update to version 1.4.7 * Improved --long mode * --long now automatically enabled for any window size >= 128MB * Faster decompression of small blocks * CLI improvements + accept parameter through environment variable ZSTD_NBTHREADS + new command --output-dir-mirror + more accurate warning and error messages * New experimental features + Shared Thread Pool + Faster Dictionary Compression + New Sequence Ingestion API * Drop upstream fix-lib-build.patch
Comments 0