LZ4 is a lossless data compression algorithm belonging to the byte-oriented LZ77 family. Version 1.8.3 was released as a stable production refinement, focusing on optimizing the code engine, improving dictionary processing, and hardening the command-line interface (CLI) against edge-case vulnerabilities.
Enhanced Command Line Interface for easier integration into batch scripts and automated workflows. lz4 v183 win64
You can test the speed on your specific hardware using the built-in benchmark mode: LZ4 is a lossless data compression algorithm belonging
Fix : The base LZ4 v1.8.3 CLI processes files using a single core. If you need to compress massive multi-gigabyte datasets using all CPU cores simultaneously, look into using APIs or wrapping it in a PowerShell parallel loop. You can test the speed on your specific
Source: Zstandard benchmarks on a Core i7-9700K.
Alongside the bug fix, v1.8.3 provided a small but welcome performance boost: a when compiled with gcc.
LZ4 is a lossless data compression algorithm belonging to the byte-oriented LZ77 family. Version 1.8.3 was released as a stable production refinement, focusing on optimizing the code engine, improving dictionary processing, and hardening the command-line interface (CLI) against edge-case vulnerabilities.
Enhanced Command Line Interface for easier integration into batch scripts and automated workflows.
You can test the speed on your specific hardware using the built-in benchmark mode:
Fix : The base LZ4 v1.8.3 CLI processes files using a single core. If you need to compress massive multi-gigabyte datasets using all CPU cores simultaneously, look into using APIs or wrapping it in a PowerShell parallel loop.
Source: Zstandard benchmarks on a Core i7-9700K.
Alongside the bug fix, v1.8.3 provided a small but welcome performance boost: a when compiled with gcc.