LZ4 v1.9.4 Achieves 20~70% Speedups For Some CPUs & Configurations

Written by Michael Larabel in Free Software on 15 August 2022 at 07:22 PM EDT. 17 Comments
FREE SOFTWARE
LZ4 v1.9.4 is out today as the first point release in nearly two years for this BSD-licensed, speedy, lossless compression algorithm.

Yann Collet announced the release today of LZ4 v1.9.4 as while it's a "maintenance" release, there are around 350 patches and a number of improvements -- including performance optimizations. LZ4 v1.9.4 brings a ~20% speedup for data decompression on ARM64 platforms. The double-digit decompression improvement can be seen on Apple M1/M2 devices, modern ARM64 servers, and other newer 64-bit Arm SoCs.

In addition to the big ARM64 speed-up for decompression, there can be around a 70% improvement for some specific scenarios of data compression with small blocks and other factors involved. Rounding out the decompression speed-ups in today's release is around a 40% improvement for compressed data making use of the lz4frame format as the checksum validation during decompression can now be ignored.

LZ4 v1.9.4 also adds new capabilities to the LZ4 library, Makefile build fixes and updates, documentation improvements, and more. There is even Solaris 10 compatibility added in 2022 for the LZ4 build system code.

Downloads and more details on the LZ4 v1.9.4 release via GitHub.

For those interested I do have LZ4 compression/decompression benchmarks and will be moving to the v1.9.4 release shortly for some CPU benchmarks.
Related News
About The Author
Michael Larabel

Michael Larabel is the principal author of Phoronix.com and founded the site in 2004 with a focus on enriching the Linux hardware experience. Michael has written more than 20,000 articles covering the state of Linux hardware support, Linux performance, graphics drivers, and other topics. Michael is also the lead developer of the Phoronix Test Suite, Phoromatic, and OpenBenchmarking.org automated benchmarking software. He can be followed via Twitter, LinkedIn, or contacted via MichaelLarabel.com.

Popular News This Week