From: Yann Collet Date: Wed, 17 Feb 2016 17:03:17 +0000 (+0100) Subject: Updated graphs X-Git-Tag: v0.5.1^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=067a83a2aa2a3dba2b570bba3714f7ae1d1bfd06;p=thirdparty%2Fzstd.git Updated graphs --- diff --git a/README.md b/README.md index 770f2afed..b84d8a8ff 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,10 @@ The following test is run on a Core i7-3930K CPU @ 4.5GHz, using [lzbench], an o Compression Speed vs Ratio | Decompression Speed ---------------------------|-------------------- -![Compression Speed vs Ratio](images/CSpeed.png "Compression Speed vs Ratio") | ![Decompression Speed](images/DSpeed.png "Decompression Speed") +![Compression Speed vs Ratio](images/Cspeed4.png "Compression Speed vs Ratio") | ![Decompression Speed](images/Dspeed4.png "Decompression Speed") + +Several algorithms can produce higher compression ratio at slower speed, falling outside of the graph. +For a larger picture including very slow modes, [click on this link](images/DCspeed5.png) . ### The case for Small Data compression diff --git a/images/CSpeed.png b/images/CSpeed.png deleted file mode 100644 index 5ba0561e6..000000000 Binary files a/images/CSpeed.png and /dev/null differ diff --git a/images/Cspeed4.png b/images/Cspeed4.png new file mode 100644 index 000000000..843e5eba8 Binary files /dev/null and b/images/Cspeed4.png differ diff --git a/images/DCspeed5.png b/images/DCspeed5.png new file mode 100644 index 000000000..db5ef3cf9 Binary files /dev/null and b/images/DCspeed5.png differ diff --git a/images/DSpeed.png b/images/DSpeed.png deleted file mode 100644 index 1cd471399..000000000 Binary files a/images/DSpeed.png and /dev/null differ diff --git a/images/Dspeed4.png b/images/Dspeed4.png new file mode 100644 index 000000000..107e26c60 Binary files /dev/null and b/images/Dspeed4.png differ