]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
fix : remove mempcpy line in bench
authorYann Collet <cyan@fb.com>
Tue, 7 Mar 2017 01:22:47 +0000 (17:22 -0800)
committerYann Collet <cyan@fb.com>
Tue, 7 Mar 2017 01:22:47 +0000 (17:22 -0800)
README.md

index 9ead400f7c4358c6cb57cb3821bca8c8f985ca96..d3c677b81d07e912e553664c15e32b6c6547d24c 100644 (file)
--- a/README.md
+++ b/README.md
@@ -18,7 +18,6 @@ As a reference, several fast compression algorithms were tested and compared on
 
 | Compressor name         | Ratio | Compression| Decompress.|
 | ---------------         | ------| -----------| ---------- |
-| memcpy                  | 1.000 | 13958 MB/s | 13932 MB/s |
 | **zstd 1.1.3 -1**       | 2.877 |   430 MB/s |  1110 MB/s |
 | zlib 1.2.8 -1           | 2.743 |   110 MB/s |   400 MB/s |
 | brotli 0.5.2 -0         | 2.708 |   400 MB/s |   430 MB/s |