]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
updated charts
authorYann Collet <cyan@fb.com>
Fri, 23 Mar 2018 01:51:42 +0000 (18:51 -0700)
committerYann Collet <cyan@fb.com>
Fri, 23 Mar 2018 01:51:42 +0000 (18:51 -0700)
index.html

index 2e597f0230aac71dd09cecccc1cfb764f71c67ea..fb0dc948612ecd5c501c1b7f32b9c83c8a1e59a5 100644 (file)
@@ -117,13 +117,16 @@ It is configurable by small increment.
 Decompression speed is preserved and remain roughly the same at all settings,
 a property shared by most LZ compression algorithms, such as [zlib] or lzma.
 
-The following tests were run on a Core i7-3930K CPU @ 4.5GHz,
+The following tests were run
+on a server running Linux Debian (`Linux version 4.14.0-3-amd64`)
+with a Core i7-6700K CPU @ 4.0GHz,
 using [lzbench], an open-source in-memory benchmark by @inikep
-compiled with gcc 5.2.1, on the [Silesia compression corpus].
+compiled with [gcc] 7.3.0,
+on the [Silesia compression corpus].
 
 | Compression Speed vs Ratio | Decompression Speed |
 | ---------------------------|-------------------- |
-| <img src="https://raw.githubusercontent.com/facebook/zstd/master/doc/images/Cspeed2.png" alt="Compression Speed vs Ratio" style="height:500px;"> | <img src="https://raw.githubusercontent.com/facebook/zstd/master/doc/images/Dspeed3.png" alt="Decompression Speed" style="height:500px;">
+| <img src="https://raw.githubusercontent.com/facebook/zstd/dev/doc/images/Cspeed2.png" alt="Compression Speed vs Ratio" style="height:500px;"> | <img src="https://raw.githubusercontent.com/facebook/zstd/dev/doc/images/Dspeed3.png" alt="Decompression Speed" style="height:500px;">
 
 Several algorithms can produce higher compression ratio but at slower speed, falling outside of the graph.
 For a larger picture including very slow modes, [click on this link](https://raw.githubusercontent.com/facebook/zstd/master/doc/images/DCspeed5.png) .