Fedora 24 Update: lz4-java-1.3.0-2.fc24

updates at fedoraproject.org updates at fedoraproject.org
Sun May 8 10:37:05 UTC 2016


--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2016-662be70565
2016-05-08 10:28:11.759952
--------------------------------------------------------------------------------

Name        : lz4-java
Product     : Fedora 24
Version     : 1.3.0
Release     : 2.fc24
URL         : https://github.com/jpountz/lz4-java
Summary     : LZ4 compression for Java
Description :
LZ4 compression for Java, based on Yann Collet's work.
This library provides access to two compression methods
that both generate a valid LZ4 stream:

* fast scan (LZ4):
    ° low memory footprint (~ 16 KB),
    ° very fast (fast scan with skipping heuristics in case the
      input looks incompressible),
    ° reasonable compression ratio (depending on the
      redundancy of the input).
* high compression (LZ4 HC):
    ° medium memory footprint (~ 256 KB),
    ° rather slow (~ 10 times slower than LZ4),
    ° good compression ratio (depending on the size and
      the redundancy of the input).

The streams produced by those 2 compression algorithms use the
same compression format, are very fast to decompress and can be
decompressed by the same decompressor instance.

--------------------------------------------------------------------------------
Update Information:

unbundle lz4 code (lz4-java issues#74)
--------------------------------------------------------------------------------

This update can be installed with the "yum" update program. Use
su -c 'yum update lz4-java' at the command line.
For more information, refer to "Managing Software with yum",
available at https://docs.fedoraproject.org/yum/.

All packages are signed with the Fedora Project GPG key.  More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------


More information about the package-announce mailing list