summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Collet <yann.collet.73@gmail.com>2015-04-27 02:11:12 (GMT)
committerYann Collet <yann.collet.73@gmail.com>2015-04-27 02:11:12 (GMT)
commitb248cc380f281d9818f4de4a5b0482cd88c779c4 (patch)
treedba8b0b171a668f94f97d4e85d4c90b23f40e2a5
parent45864f69e0ceb1acad53225d87142b85581a3083 (diff)
downloadlz4-b248cc380f281d9818f4de4a5b0482cd88c779c4.zip
lz4-b248cc380f281d9818f4de4a5b0482cd88c779c4.tar.gz
lz4-b248cc380f281d9818f4de4a5b0482cd88c779c4.tar.bz2
Added : github stargazer
-rw-r--r--index.html12
1 files changed, 7 insertions, 5 deletions
diff --git a/index.html b/index.html
index dc15a6c..53f2284 100644
--- a/index.html
+++ b/index.html
@@ -19,11 +19,11 @@
<![endif]-->
<link rel="stylesheet" href="js/bootstrap-patch.css">
-<style>
-.list-inline li a img {
- height: 50px;
-}
-</style>
+ <style>
+ .list-inline li a img {
+ height: 50px;
+ }
+ </style>
</head>
<body style="padding-top:0; padding-bottom:0; ">
<nav class="navbar navbar-default">
@@ -66,6 +66,8 @@
<div class="container">
<div class="page-header jumbotron text-justify" style="padding-top:1em;padding-bottom:2em;">
<h1>LZ4</h1>
+ <iframe src="https://ghbtns.com/github-btn.html?user=Cyan4973&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 also features an extremely fast decoder, with speed in multiple GB/s per core (0.71 Bytes/cycle).
A high compression derivative, called LZ4_HC, is also provided.