1
0
mirror of https://github.com/facebook/zstd.git synced 2025-11-27 11:41:11 +03:00

updated README, mentioning .zst suffix

This commit is contained in:
Yann Collet
2016-10-31 15:48:58 -07:00
parent 5a62e0d015
commit fe92398918

View File

@@ -1,7 +1,8 @@
**Zstd**, short for Zstandard, is a fast lossless compression algorithm, __Zstandard__, or `zstd` as short version, is a fast lossless compression algorithm,
targeting real-time compression scenarios at zlib-level and better compression ratios. targeting real-time compression scenarios at zlib-level and better compression ratios.
It is provided as an open-source BSD-licensed **C** library. It is provided as an open-source BSD-licensed **C** library,
and a command line utility producing and decoding `.zst` compressed files.
For other programming languages, For other programming languages,
you can consult a list of known ports on [Zstandard homepage](http://www.zstd.net/#other-languages). you can consult a list of known ports on [Zstandard homepage](http://www.zstd.net/#other-languages).
@@ -16,11 +17,11 @@ As a reference, several fast compression algorithms were tested and compared on
[Silesia compression corpus]: http://sun.aei.polsl.pl/~sdeor/index.php?page=silesia [Silesia compression corpus]: http://sun.aei.polsl.pl/~sdeor/index.php?page=silesia
|Name | Ratio | C.speed | D.speed | | Name | Ratio | C.speed | D.speed |
|-----------------|-------|--------:|--------:| |-------------------------|-------|--------:|--------:|
| | | MB/s | MB/s | | | | MB/s | MB/s |
|**zstd 0.8.2 -1**|**2.877**|**330**| **940** | |**zstd 0.8.2 -1** |**2.877**| **330** | **940** |
| [zlib] 1.2.8 -1 | 2.730 | 95 | 360 | | [zlib] 1.2.8 deflate -1 | 2.730 | 95 | 360 |
| brotli 0.4 -0 | 2.708 | 320 | 375 | | brotli 0.4 -0 | 2.708 | 320 | 375 |
| QuickLZ 1.5 | 2.237 | 510 | 605 | | QuickLZ 1.5 | 2.237 | 510 | 605 |
| LZO 2.09 | 2.106 | 610 | 870 | | LZO 2.09 | 2.106 | 610 | 870 |