https://bugzilla.redhat.com/show_bug.cgi?id=1303866

            Bug ID: 1303866
           Summary: Review Request: lz4-java - LZ4 compression for Java
           Product: Fedora
           Version: rawhide
         Component: Package Review
          Severity: medium
          Priority: medium
          Assignee: nob...@fedoraproject.org
          Reporter: tre...@redhat.com
        QA Contact: extras...@fedoraproject.org
                CC: package-review@lists.fedoraproject.org



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

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to