From: Yann Collet Date: Wed, 21 Oct 2015 09:46:02 +0000 (+0100) Subject: Updated benchmark X-Git-Tag: zstd-0.2.0^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a95efa34797f12deecc5ca5d0c63b669ba30eec6;p=thirdparty%2Fzstd.git Updated benchmark --- diff --git a/README.md b/README.md index 23f822ee7..e04e37168 100644 --- 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.