Name : lz4-java
| |
Version : 1.8.0
| Vendor : obs://build_opensuse_org/Java
|
Release : 9.3
| Date : 2024-09-29 21:51:11
|
Group : Development/Libraries/Java
| Source RPM : lz4-java-1.8.0-9.3.src.rpm
|
Size : 0.26 MB
| |
Packager : (none)
| |
Summary : LZ4 compression for Java
|
Description :
LZ4 compression for Java, based on Yann Collet’s work available at http://code.google.com/p/lz4/.
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.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/Java:/packages/openSUSE_Factory/x86_64 |
Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server
Provides :
lz4-java
lz4-java(x86-64)
mvn(net.jpountz.lz4:lz4)
mvn(net.jpountz.lz4:lz4:pom:)
mvn(org.lz4:lz4-java)
mvn(org.lz4:lz4-java:pom:)
osgi(lz4-java-1.8.0)
Requires :