From a95efa34797f12deecc5ca5d0c63b669ba30eec6 Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Wed, 21 Oct 2015 10:46:02 +0100 Subject: [PATCH] Updated benchmark --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.47.2