summaryrefslogtreecommitdiffstats
path: root/system/lz4/README
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2015-08-26 06:50:16 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-08-26 06:50:16 +0700
commita85eee14a41f5a23360d82ef488f34b2fec8c76a (patch)
treea59a483df72afc9c85c9da4123bb798046bd15bf /system/lz4/README
parent0db9422a6cb79a11395523d2429e16a332f1397a (diff)
downloadslackbuilds-a85eee14a41f5a23360d82ef488f34b2fec8c76a.tar.gz
slackbuilds-a85eee14a41f5a23360d82ef488f34b2fec8c76a.tar.xz
system/lz4: Added (compression algorithm).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/lz4/README')
-rw-r--r--system/lz4/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/system/lz4/README b/system/lz4/README
new file mode 100644
index 0000000000..f97be58647
--- /dev/null
+++ b/system/lz4/README
@@ -0,0 +1,9 @@
+lz4 (compression algorithm)
+
+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. It trades CPU
+time for compression ratio.
+
+This build includes liblz4 and the command-line lz4 tools.