Package lz4-java-1.7.1-14.module+el8.9.0+278+e169f08f.src
Name | lz4-java |
---|---|
Epoch | 0 |
Version | 1.7.1 |
Release | 14.module+el8.9.0+278+e169f08f |
Architecture | src |
Website/URL | https://github.com/lz4/lz4-java |
License | ASL 2.0 and (BSD and GPLv2+) |
Build Time | 2024-05-23 20:32:29 |
Build Host | builder-x86-06.inferitos.ru |
Summary | LZ4 compression for Java |
Repositories | AppStream |
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. |
Errata | — |
Size | 1343 KiB |
Source Project | lz4-java-1.7.1-14.module+el8.9.0+278+e169f08f |
SHA-256 checksum | 74c989326e610b386cb091b1574b227ba76faa4881ecb451bef3f2703a348ea2 |
×
* Sun Dec 10 2023 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 1.7.1-14 - Rebuilt for MSVSphere 8.8 * Fri Feb 19 2021 Alex Macdonald <almacdon@redhat.com> 1.7.1-14 - Add ExclusiveArch: x86_64 * Wed Feb 17 2021 Alex Macdonald <almacdon@redhat.com> 1.7.1-13 - Bundle missing xxhash and lz4 components & adjust local Makefile * Wed Jan 13 2021 Alex Macdonald <almacdon@redhat.com> 1.7.1-12 - remove hardcoded lib directory in the Makefile * Fri Jan 08 2021 Alex Macdonald <almacdon@redhat.com> 1.7.1-11 - remove hardcoded "amd64" directory path in the Makefile * Wed Dec 09 2020 Alex Macdonald <almacdon@redhat.com> 1.7.1-10 - remove BuildArch: noarch * Tue Dec 01 2020 Alex Macdonald <almacdon@redhat.com> 1.7.1-9 - run unit tests on classes that do not require randomizedtesting - add liblz4-java.so generation step to Makefile - remove mvn_file macro for lz4 * Thu Nov 19 2020 Alex Macdonald <almacdon@redhat.com> 1.7.1-8 - remove dependency on cpptasks * Mon Nov 16 2020 Alex Macdonald <almacdon@redhat.com> 1.7.1-7 - cleanup whitespace in the local patch to remove comments from templates - use system lz4 and xxhash instead of bundling the dependencies * Tue Oct 06 2020 Alex Macdonald <almacdon@redhat.com> 1.7.1-6 - include patch to strip comments from mvel templates