]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
images/ moved to doc/images/
authorPrzemyslaw Skibinski <inikep@gmail.com>
Tue, 25 Oct 2016 08:05:20 +0000 (10:05 +0200)
committerPrzemyslaw Skibinski <inikep@gmail.com>
Tue, 25 Oct 2016 08:05:20 +0000 (10:05 +0200)
README.md
doc/images/Cspeed4.png [moved from images/Cspeed4.png with 100% similarity]
doc/images/DCspeed5.png [moved from images/DCspeed5.png with 100% similarity]
doc/images/Dspeed4.png [moved from images/Dspeed4.png with 100% similarity]
doc/images/smallData.png [moved from images/smallData.png with 100% similarity]

index 53609a14662d0403327398dbaa91c99e2ef099ac..0ab1b667ba677345a0a30868e976f4f2dda97c52 100644 (file)
--- a/README.md
+++ b/README.md
@@ -38,10 +38,10 @@ The following tests were run on a Core i7-3930K CPU @ 4.5GHz, using [lzbench], a
 
 Compression Speed vs Ratio | Decompression Speed
 ---------------------------|--------------------
-![Compression Speed vs Ratio](images/Cspeed4.png "Compression Speed vs Ratio") | ![Decompression Speed](images/Dspeed4.png "Decompression Speed")
+![Compression Speed vs Ratio](doc/images/Cspeed4.png "Compression Speed vs Ratio") | ![Decompression Speed](doc/images/Dspeed4.png "Decompression Speed")
 
 Several algorithms can produce higher compression ratios, but at slower speeds, falling outside of the graph.
-For a larger picture including very slow modes, [click on this link](images/DCspeed5.png) .
+For a larger picture including very slow modes, [click on this link](doc/images/DCspeed5.png) .
 
 
 ### The case for Small Data compression
@@ -52,7 +52,7 @@ This problem is common to many compression algorithms. The reason is, compressio
 
 To solve this situation, Zstd offers a __training mode__, which can be used to tune the algorithm for a selected type of data, by providing it with a few samples. The result of the training is stored in a file called "dictionary", which can be loaded before compression and decompression. Using this dictionary, the compression ratio achievable on small data improves dramatically:
 
-![Compressing Small Data](images/smallData.png "Compressing Small Data")
+![Compressing Small Data](doc/images/smallData.png "Compressing Small Data")
 
 These compression gains are achieved while simultaneously providing faster compression and decompression speeds.
 
similarity index 100%
rename from images/Cspeed4.png
rename to doc/images/Cspeed4.png
similarity index 100%
rename from images/DCspeed5.png
rename to doc/images/DCspeed5.png
similarity index 100%
rename from images/Dspeed4.png
rename to doc/images/Dspeed4.png