Lines Matching refs: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,
10 a list of known ports and bindings is provided on [Zstandard homepage](http://www.zstd.net/#other-l…
20 [travisDevBadge]: https://travis-ci.org/facebook/zstd.svg?branch=dev "Continuous Integration test s…
21 [travisLink]: https://travis-ci.org/facebook/zstd
23 [AppveyorLink]: https://ci.appveyor.com/project/YannCollet/zstd-p0yf0
24 [CircleDevBadge]: https://circleci.com/gh/facebook/zstd/tree/dev.svg?style=shield "Short test suite"
25 [CircleLink]: https://circleci.com/gh/facebook/zstd
26 [CirrusDevBadge]: https://api.cirrus-ci.com/github/facebook/zstd.svg?branch=dev
27 [CirrusLink]: https://cirrus-ci.com/github/facebook/zstd
28 [OSSFuzzBadge]: https://oss-fuzz-build-logs.storage.googleapis.com/badges/zstd.svg
29 [OSSFuzzLink]: https://bugs.chromium.org/p/oss-fuzz/issues/list?sort=-opened&can=1&q=proj:zstd
46 | **zstd 1.4.5 -1** | 2.884 | 500 MB/s | 1660 MB/s |
49 | **zstd 1.4.5 --fast=1** | 2.434 | 570 MB/s | 2200 MB/s |
50 | **zstd 1.4.5 --fast=3** | 2.312 | 640 MB/s | 2300 MB/s |
52 | **zstd 1.4.5 --fast=5** | 2.178 | 700 MB/s | 2420 MB/s |
55 | **zstd 1.4.5 --fast=7** | 2.096 | 750 MB/s | 2480 MB/s |
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