.LZ4 File Extension
LZ4 Compressed File
Developer | Yann Collet and the LZ4 Team |
Popularity |
3.8 | 4 Votes |
What is an LZ4 file?
An LZ4 file is a compressed archive created by one of a variety of LZ4 compression utilities, most notably the lz4 command-line utility. It contains one or more files that have been compressed using LZ4 compression. LZ4 files can be decompressed using the lz4 command-line utility and other LZ4 utilities.
More Information
In 2011, Yann Collet released the initial version of the LZ4 data compression algorithm. Based on the LZ77 compression algorithm, LZ4 is a notably fast compression system, allowing users to compress and decompress files quickly.
Over time, other contributors have helped refine the LZ4 compression algorithm, and the algorithm's use has increased. For example, Linux systems now natively support LZ4 compression and decompression, allowing users to create and extract files from LZ4 archives using lz4 and other, related command-line commands.
How to open an LZ4 file
You can extract the files contained within an LZ4 archive using the lz4 command-line utility (cross-platform) or a variety of other LZ4 decompression utilities. All these utilities can be downloaded from LZ4's website (lz4.github.io/lz4).