LZO
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Compression }} '''Lempel–Ziv–Oberhumer''' ('''LZO''') is a general-purpose data compression algorithm, designed for very fast d...") |
(→Related formats) |
||
Line 10: | Line 10: | ||
* LZO compression is used by the [[lzop]] (.lzo) file format. | * LZO compression is used by the [[lzop]] (.lzo) file format. | ||
* The [[LZ4]] format reportedly uses a variant of LZO. | * The [[LZ4]] format reportedly uses a variant of LZO. | ||
+ | * [[NRV (Not Really Vanished)]] - successor candidate | ||
== Software == | == Software == |
Latest revision as of 16:57, 19 February 2022
Lempel–Ziv–Oberhumer (LZO) is a general-purpose data compression algorithm, designed for very fast decompression.
LZO is also the name of a library that implements the algorithm.
[edit] Related formats
- LZO compression is used by the lzop (.lzo) file format.
- The LZ4 format reportedly uses a variant of LZO.
- NRV (Not Really Vanished) - successor candidate