Fedora 23 Update: lz4-java-1.3.0-1.fc23

updates at fedoraproject.org updates at fedoraproject.org
Sat Mar 5 06:25:44 UTC 2016


--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2016-7c436d5d72
2016-03-05 02:25:32.517951
--------------------------------------------------------------------------------

Name        : lz4-java
Product     : Fedora 23
Version     : 1.3.0
Release     : 1.fc23
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:

Initial import (#1270317).
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #1270317 - Review Request: lz4-java - LZ4 compression for Java
        https://bugzilla.redhat.com/show_bug.cgi?id=1270317
--------------------------------------------------------------------------------

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