diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-01-23 06:15:18 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-23 06:15:18 -0800 |
commit | f037f24b67c4fd95c9b85ecf40a7ba6d9c7dd7f6 (patch) | |
tree | 96665286b569c8cf79f43ef9adad7f1502eefbed /vendor/github.com/klauspost/compress/zstd/README.md | |
parent | 8098cbbee192e644de505e62c4aa0341f4acb4a5 (diff) | |
parent | 587a25fd8a9f903ffc45d6ca7442da3966f7443c (diff) | |
download | podman-f037f24b67c4fd95c9b85ecf40a7ba6d9c7dd7f6.tar.gz podman-f037f24b67c4fd95c9b85ecf40a7ba6d9c7dd7f6.tar.bz2 podman-f037f24b67c4fd95c9b85ecf40a7ba6d9c7dd7f6.zip |
Merge pull request #4947 from containers/dependabot/go_modules/github.com/containers/storage-1.15.7
build(deps): bump github.com/containers/storage from 1.15.5 to 1.15.7
Diffstat (limited to 'vendor/github.com/klauspost/compress/zstd/README.md')
-rw-r--r-- | vendor/github.com/klauspost/compress/zstd/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/github.com/klauspost/compress/zstd/README.md b/vendor/github.com/klauspost/compress/zstd/README.md index 52dc0aee3..bc977a302 100644 --- a/vendor/github.com/klauspost/compress/zstd/README.md +++ b/vendor/github.com/klauspost/compress/zstd/README.md @@ -36,7 +36,7 @@ so as always, testing is recommended. For now, a high speed (fastest) and medium-fast (default) compressor has been implemented. The "Fastest" compression ratio is roughly equivalent to zstd level 1. -The "Default" compression ration is roughly equivalent to zstd level 3 (default). +The "Default" compression ratio is roughly equivalent to zstd level 3 (default). In terms of speed, it is typically 2x as fast as the stdlib deflate/gzip in its fastest mode. The compression ratio compared to stdlib is around level 3, but usually 3x as fast. @@ -390,4 +390,4 @@ For sending files for reproducing errors use a service like [goobox](https://goo For general feedback and experience reports, feel free to open an issue or write me on [Twitter](https://twitter.com/sh0dan). -This package includes the excellent [`github.com/cespare/xxhash`](https://github.com/cespare/xxhash) package Copyright (c) 2016 Caleb Spare.
\ No newline at end of file +This package includes the excellent [`github.com/cespare/xxhash`](https://github.com/cespare/xxhash) package Copyright (c) 2016 Caleb Spare. |