From: Yann Collet Date: Mon, 6 Feb 2017 18:01:06 +0000 (-0800) Subject: changed download URL for github_users sample set X-Git-Tag: v1.1.4~1^2~82 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d44d363ec176734191027779a435d387ba9f1d37;p=thirdparty%2Fzstd.git changed download URL for github_users sample set --- diff --git a/README.md b/README.md index b5e16dff7..6336d9006 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ To solve this situation, Zstd offers a __training mode__, which can be used to t Training Zstandard is achieved by provide it with a few samples (one file per sample). The result of this training is stored in a file called "dictionary", which must be loaded before compression and decompression. Using this dictionary, the compression ratio achievable on small data improves dramatically. -The following example uses the `github-users` [sample set](https://www.dropbox.com/s/mnktkomhkjbf1i2/github_users.tar.zst?dl=0), created from [github public API](https://developer.github.com/v3/users/#get-all-users). +The following example uses the `github-users` [sample set](https://github.com/facebook/zstd/releases/tag/v1.1.3), created from [github public API](https://developer.github.com/v3/users/#get-all-users). It consists of roughly 10K records weighting about 1KB each. Compression Ratio | Compression Speed | Decompression Speed