]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Updated benchmark
authorYann Collet <yann.collet.73@gmail.com>
Wed, 21 Oct 2015 09:46:02 +0000 (10:46 +0100)
committerYann Collet <yann.collet.73@gmail.com>
Wed, 21 Oct 2015 09:46:02 +0000 (10:46 +0100)
README.md

index 23f822ee7aea0ad84615b1ac768cbcde114e5ff3..e04e3716891c27d2093e6f53c1c76e589f46c5c7 100644 (file)
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ For a taste of its performance, here are a few benchmark numbers, completed on a
 |----------------|-------|--------:|--------:|
 |                |       |   MB/s  |  MB/s   |
 | [zlib 1.2.8] -6| 3.099 |    21   |   320   |
-| **zstd**       |**2.871**|**255**| **531** |
+| **zstd 0.2**   |**2.871**|**255**| **670** |
 | [zlib 1.2.8] -1| 2.730 |    70   |   300   | 
 | [LZ4] HC r131  | 2.720 |    25   |  2100   |
 | QuickLZ 1.5.1b6| 2.237 |   370   |   415   |
@@ -27,7 +27,7 @@ For a taste of its performance, here are a few benchmark numbers, completed on a
 
 An interesting feature of zstd is that it can qualify as both a reasonably strong compressor and a fast one.
 
-Zstd delivers high decompression speed, at more than >500 MB/s per core.
+Zstd delivers very high decompression speed, at more than >600 MB/s per core.
 Obviously, your exact mileage will vary depending on your target system.
 
 Zstd compression speed will be configurable to fit different situations.