LZ4 compression for Java
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.
-
1
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:fstrba:maven/lz4-java && cd $_
- Create Badge
Source Files
Filename | Size | Changed |
---|---|---|
0001-remove-unsafe.patch | 0000031733 31 KB | |
0002-remove-comments-from-templates.patch | 0000011826 11.5 KB | |
0003-remove-cpptasks.patch | 0000003930 3.84 KB | |
0004-remove-randomizedtesting-tests.patch | 0000069001 67.4 KB | |
_link | 0000000121 121 Bytes | |
lz4-1.9.4.tar.gz | 0000354063 346 KB | |
lz4-java-1.8.0.tar.gz | 0001069398 1.02 MB | |
lz4-java.changes | 0000001272 1.24 KB | |
lz4-java.spec | 0000003780 3.69 KB | |
lz4-sourcetarget.patch | 0000000552 552 Bytes |
Comments 0