Name: | lz4 |
---|---|
Version: | 1.8.3 |
Release: | 1.el7 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 242335 |
License: | GPLv2+ and BSD |
RPM: | lz4-1.8.3-1.el7.aarch64.rpm |
Source RPM: | lz4-1.8.3-1.el7.src.rpm |
Build Date: | Sun May 24 2020 |
Build Host: | ca-buildarm03.us.oracle.com |
Vendor: | Oracle America |
URL: | https://lz4.github.io/lz4/ |
Summary: | Extremely fast compression algorithm |
Description: | LZ4 is an extremely fast loss-less compression algorithm, providing compression speed at 400 MB/s per core, scalable with multi-core CPU. It also features an extremely fast decoder, with speed in multiple GB/s per core, typically reaching RAM speed limits on multi-core systems. |
- Rebase to 1.8.3 - Drop the patch from 1.7.5-3. It is now part of the upstream archive - Resolves: #1813245
- Fix: lz4 -t corrupts /dev/null permissions - Resolves: #1680671
- Initial RHEL release
- Update to 1.7.5
- Update to 1.7.3 (RHBZ #1395458)
- New: Dos/DJGPP target #114. - Added: Example using lz4frame library #118. - Changed: liblz4.a no longer compiled with -fPIC by default.
- Fixed: incompatibility sparse mode vs console. - Fixed: LZ4IO exits too early when frame crc not present. - Fixed: incompatibility sparse mode vs append mode. - Performance fix: big compression speed boost for clang(+30%).
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
- New LZ4_compress_fast() API. - New LZ4 CLI improved performance with multiple files. - Other bug fix and documentation updates.
- Update files section to install unlz4 & its manual