From: Yann Collet Date: Tue, 7 Mar 2017 01:22:47 +0000 (-0800) Subject: fix : remove mempcpy line in bench X-Git-Tag: v1.1.4~1^2~13 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=eeb9758c39e3df79b9ca5868eb2f7ce096fd22c1;p=thirdparty%2Fzstd.git fix : remove mempcpy line in bench --- diff --git a/README.md b/README.md index 9ead400f7..d3c677b81 100644 --- 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 |