summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorYann Collet <yann.collet.73@gmail.com>2016-02-25 13:49:40 (GMT)
committerYann Collet <yann.collet.73@gmail.com>2016-02-25 13:49:40 (GMT)
commit219da951d0728b7a326ee0719f463e006e5de48d (patch)
tree53f77894396608624187efacfa1e9d4dc5b5add9 /README.md
parentad564c872089f61f1142c3544b9fd140093bd162 (diff)
downloadlz4-219da951d0728b7a326ee0719f463e006e5de48d.zip
lz4-219da951d0728b7a326ee0719f463e006e5de48d.tar.gz
lz4-219da951d0728b7a326ee0719f463e006e5de48d.tar.bz2
Added zstd
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index 79e87e3..981c01d 100644
--- a/README.md
+++ b/README.md
@@ -57,10 +57,14 @@ in single-thread mode.
| LZO 2.06 | 2.108 | 350 MB/s | 510 MB/s |
| QuickLZ 1.5.1.b6 | 2.238 | 320 MB/s | 380 MB/s |
| Snappy 1.1.0 | 2.091 | 250 MB/s | 960 MB/s |
+| [Zstandard] 0.5.1 | 2.876 | 240 MB/s | 620 MB/s |
| LZF v3.6 | 2.073 | 175 MB/s | 500 MB/s |
-| zlib 1.2.8 -1 | 2.730 | 59 MB/s | 250 MB/s |
+| [zlib] 1.2.8 -1 | 2.730 | 59 MB/s | 250 MB/s |
|**LZ4 HC (r129)** |**2.720**| 22 MB/s | **1830 MB/s** |
-| zlib 1.2.8 -6 | 3.099 | 18 MB/s | 270 MB/s |
+| [zlib] 1.2.8 -6 | 3.099 | 18 MB/s | 270 MB/s |
+
+[zlib]: http://www.zlib.net/
+[Zstandard]: http://www.zstd.net/
Documentation