diff options
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 |
commit | a85eee14a41f5a23360d82ef488f34b2fec8c76a (patch) | |
tree | a59a483df72afc9c85c9da4123bb798046bd15bf /system/lz4/slack-desc | |
parent | 0db9422a6cb79a11395523d2429e16a332f1397a (diff) | |
download | slackbuilds-a85eee14a41f5a23360d82ef488f34b2fec8c76a.tar.gz |
system/lz4: Added (compression algorithm).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/lz4/slack-desc')
-rw-r--r-- | system/lz4/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/system/lz4/slack-desc b/system/lz4/slack-desc new file mode 100644 index 0000000000..b9c624ad7d --- /dev/null +++ b/system/lz4/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +lz4: lz4 (compression algorithm) +lz4: +lz4: LZ4 is lossless compression algorithm, providing compression +lz4: speed at 400 MB/s per core (0.16 Bytes/cycle). It also features +lz4: an extremely fast decoder, with speed in multiple GB/s per core +lz4: (0.71 Bytes/cycle). A high compression derivative, called LZ4_HC, +lz4: is also provided. It trades CPU time for compression ratio. +lz4: +lz4: +lz4: +lz4: |