Sat, 27 Apr 2024 10:22:13 UTC | login

Information for build lz4-java-1.3.0-9.fc31

ID101857
Package Namelz4-java
Version1.3.0
Release9.fc31
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/lz4-java.git#abc92c53c54003a26d6f6cb2acf8fc22b4771081
SummaryLZ4 compression for Java
DescriptionLZ4 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.
Built bydavidlt
State failed
Volume DEFAULT
StartedWed, 24 Jul 2019 20:05:22 UTC
CompletedWed, 24 Jul 2019 21:40:18 UTC
Taskbuild (f31-candidate, /rpms/lz4-java.git:abc92c53c54003a26d6f6cb2acf8fc22b4771081)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/lz4-java.git?#abc92c53c54003a26d6f6cb2acf8fc22b4771081'}}
Tags No tags
RPMs No RPMs
Changelog * Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild