Package : lz4-java > RPM : lz4-java-1.3.0-1.mga7.aarch64.rpm

Basic items

Install
Name lz4-java
Version 1.3.0
Release 1.mga7
URL https://github.com/jpountz/lz4-java
Group Development/Java
Summary LZ4 compression for Java
Size 175KB
Arch aarch64
License ASL 2.0 and (BSD and GPLv2+)

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.

Media information

Distribution release Mageia 7
Media name core-release
Media arch aarch64

Advanced items

Source RPM lz4-java-1.3.0-1.mga7.src.rpm
Build time 2018-09-20 22:52:56
Changelog View in Sophie
Files View in Sophie
Dependencies View in Sophie