Spec URL: https://trepik.fedorapeople.org/lz4-java.spec SRPM URL: https://trepik.fedorapeople.org/lz4-java-1.3.0-1.fc23.src.rpm Description: Provides access to two compression methods that both generate a valid LZ4 stream. First one is fast scan (LZ4) which has low memory footprint (~ 16 KB). It is very fast (fast scan with skipping heuristics in case the input looks in-compressible). The method also has a reasonable compression ratio (depending on the redundancy of the input). Second one is high compression (LZ4 HC) with medium memory footprint (~ 256 KB).It is rather slow (~ 10 times slower than LZ4). The method has a good compression ratio (depending on the size and the redundancy of the input). The streams produced by those two compression algorithms use the same compression format, are very fast to decompress and can be decompressed by the same decompressor instance. Fedora Account System Username: trepik
Hi. This bug is a duplicate of https://bugzilla.redhat.com/show_bug.cgi?id=1270317
Please, close this bug if you want import/use my work
*** This bug has been marked as a duplicate of bug 1270317 ***