summaryrefslogtreecommitdiffstats
path: root/test.html
diff options
context:
space:
mode:
authorTakayuki MATSUOKA <takayuki.matsuoka@gmail.com>2015-03-31 05:17:09 (GMT)
committerTakayuki MATSUOKA <takayuki.matsuoka@gmail.com>2015-03-31 05:17:09 (GMT)
commitcb75b3d46e8ef6e0f908bcc778d6f45fe278ebeb (patch)
tree0250e132032d7ac779681e71eab8abd77395dcd7 /test.html
parentd4de928e949cdf21197a9b973a3ea8587a7c715f (diff)
downloadlz4-cb75b3d46e8ef6e0f908bcc778d6f45fe278ebeb.zip
lz4-cb75b3d46e8ef6e0f908bcc778d6f45fe278ebeb.tar.gz
lz4-cb75b3d46e8ef6e0f908bcc778d6f45fe278ebeb.tar.bz2
Add heading box
Diffstat (limited to 'test.html')
-rw-r--r--test.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/test.html b/test.html
index b53cead..b0297a1 100644
--- a/test.html
+++ b/test.html
@@ -55,6 +55,14 @@
</div><!-- /.container-fluid -->
</nav>
+ <div class="container">
+ <div class="page-header jumbotron">
+ <h1>LZ4</h1>
+ LZ4 is lossless compression algorithm, providing compression speed at 400 MB/s per core, scalable with multi-cores CPU. It also features an extremely fast decoder, with speed in multiple GB/s per core, typically reaching RAM speed limits on multi-core systems.
+ A high compression derivative, called LZ4_HC, is also provided. It trades CPU time for compression ratio.
+ </div>
+ </div>
+
<xmp theme="sandstone" style="display:none;">
<a name="summary"></a>
LZ4 - Extremely fast compression