LZ4 Compression Algorithm Gets Multi-Threaded Update
Slashdot reader Seven Spirals brings news about the lossless compression algorithm LZ4:
The already wonderful performance of the LZ4 compressor just got better with multi-threaded additions to it's codebase. In many cases, LZ4 can compress data faster than it can be written to disk giving this particular compressor some very special applications. The Linux kernel as well as filesystems like ZFS use LZ4 compression extensively. This makes LZ4 more comparable to the Zstd compression algorithm, whi
Read more »