Lines Matching full:zstd
1 <p align="center"><img src="https://raw.githubusercontent.com/facebook/zstd/dev/doc/images/zstd_log…
3 __Zstandard__, or `zstd` as short version, is a fast lossless compression algorithm,
11 a list of known ports and bindings is provided on [Zstandard homepage](http://www.zstd.net/#other-l…
21 [travisDevBadge]: https://api.travis-ci.com/facebook/zstd.svg?branch=dev "Continuous Integration te…
22 [travisLink]: https://travis-ci.com/facebook/zstd
24 [AppveyorLink]: https://ci.appveyor.com/project/YannCollet/zstd-p0yf0
25 [CircleDevBadge]: https://circleci.com/gh/facebook/zstd/tree/dev.svg?style=shield "Short test suite"
26 [CircleLink]: https://circleci.com/gh/facebook/zstd
27 [CirrusDevBadge]: https://api.cirrus-ci.com/github/facebook/zstd.svg?branch=dev
28 [CirrusLink]: https://cirrus-ci.com/github/facebook/zstd
29 [OSSFuzzBadge]: https://oss-fuzz-build-logs.storage.googleapis.com/badges/zstd.svg
30 [OSSFuzzLink]: https://bugs.chromium.org/p/oss-fuzz/issues/list?sort=-opened&can=1&q=proj:zstd
47 | **zstd 1.5.1 -1** | 2.887 | 530 MB/s | 1700 MB/s |
50 | **zstd 1.5.1 --fast=1** | 2.437 | 600 MB/s | 2150 MB/s |
51 | **zstd 1.5.1 --fast=3** | 2.239 | 670 MB/s | 2250 MB/s |
53 | **zstd 1.5.1 --fast=4** | 2.148 | 710 MB/s | 2300 MB/s |
66 Zstd can also offer stronger compression ratios at the cost of compression speed.
92 To solve this situation, Zstd offers a __training mode__, which can be used to tune the algorithm f…
96 The following example uses the `github-users` [sample set](https://github.com/facebook/zstd/release…
114 `zstd --train FullPathToTrainingSet/* -o dictionaryName`
118 `zstd -D dictionaryName FILE`
122 `zstd -D dictionaryName --decompress FILE.zst`
130 invoking `make` in root directory will generate `zstd` cli in root directory.
133 - `make install` : create and install zstd cli, library and man pages
134 - `make check` : create and run `zstd`, tests its behavior on local platform
140 to create `zstd` binary, and `libzstd` dynamic and static libraries.
155 You can build and install zstd [vcpkg](https://github.com/Microsoft/vcpkg/) dependency manager:
161 ./vcpkg install zstd
163 The zstd port in vcpkg is kept up to date by Microsoft team members and community contributors.
172 which will build `zstd` cli and `libzstd` library without any need to open Visual Studio solution.
176 You can build the zstd binary via buck by executing: `buck build programs:zstd` from the root of th…
182 Two env variables `$ZSTD_BIN` and `$DATAGEN_BIN` are needed for the test script to locate the zstd …