summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Collet <cyan@fb.com>2019-06-24 17:43:31 (GMT)
committerYann Collet <cyan@fb.com>2019-06-24 17:43:31 (GMT)
commitf128e97fe1b61a4e3fb4a900d079c0751a870809 (patch)
tree7dc1104fa7eb8411f637a99fef87561cbbacb4eb
parentd3f286bbdb69c27572f17016a8a466bf7943e6f0 (diff)
downloadlz4-f128e97fe1b61a4e3fb4a900d079c0751a870809.zip
lz4-f128e97fe1b61a4e3fb4a900d079c0751a870809.tar.gz
lz4-f128e97fe1b61a4e3fb4a900d079c0751a870809.tar.bz2
updated performance figures
due to improvements in latest releases
-rw-r--r--index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index 36d7e84..24e6760 100644
--- a/index.html
+++ b/index.html
@@ -69,8 +69,8 @@
<h1>LZ4</h1>
<iframe src="https://ghbtns.com/github-btn.html?user=lz4&repo=lz4&type=star&count=true&size=large&v=2" frameborder="0" scrolling="0" width="160px" height="30px"></iframe>
<p>
- LZ4 is lossless compression algorithm, providing compression speed at 400 MB/s per core (0.16 Bytes/cycle).
- It features an extremely fast decoder, with speed in multiple GB/s per core (0.71 Bytes/cycle).
+ LZ4 is lossless compression algorithm, providing compression speed > 500 MB/s per core (>0.15 Bytes/cycle).
+ It features an extremely fast decoder, with speed in multiple GB/s per core (~1 Byte/cycle).
A high compression derivative, called LZ4_HC, is available, trading customizable CPU time for compression ratio.
LZ4 library is provided as open source software using a BSD license.
</div>