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…
14 [travisDevBadge]: https://travis-ci.org/facebook/zstd.svg?branch=dev "Continuous Integration test s…
15 [travisLink]: https://travis-ci.org/facebook/zstd
17 [AppveyorLink]: https://ci.appveyor.com/project/YannCollet/zstd-p0yf0
18 [CircleDevBadge]: https://circleci.com/gh/facebook/zstd/tree/dev.svg?style=shield "Short test suite"
19 [CircleLink]: https://circleci.com/gh/facebook/zstd
36 | **zstd 1.3.4 -1** | 2.877 | 470 MB/s | 1380 MB/s |
78 The following example uses the `github-users` [sample set](https://github.com/facebook/zstd/release…
96 `zstd --train FullPathToTrainingSet/* -o dictionaryName`
100 `zstd -D dictionaryName FILE`
104 `zstd -D dictionaryName --decompress FILE.zst`
112 invoking `make` in root directory will generate `zstd` cli in root directory.
115 - `make install` : create and install zstd cli, library and man pages
116 - `make check` : create and run `zstd`, tests its behavior on local platform
122 to create `zstd` binary, and `libzstd` dynamic and static libraries.
134 which will build `zstd` cli and `libzstd` library without any need to open Visual Studio solution.