Difference between revisions of "LZO"

From UFRC
Jump to navigation Jump to search
m (Text replacement - "#uppercase" to "uc")
Line 1: Line 1:
[[Category:Software]]
+
[[Category:Software]][[Category:Library]][[Category:Compression]]
 
{|<!--CONFIGURATION: REQUIRED-->
 
{|<!--CONFIGURATION: REQUIRED-->
 
|{{#vardefine:app|lzo}}
 
|{{#vardefine:app|lzo}}

Revision as of 15:43, 6 June 2022

Description

lzo website  

LZO is a portable lossless data compression library written in ANSI C.

         * Offers pretty fast compression and *extremely* fast decompression.
         * One of the fastest compression and decompression algorithms around.
           See the ratings for lzop in the famous Archive Comparison Test.
         * Includes slower compression levels achieving a quite competitive
           compression ratio while still decompressing at this very high speed.
         * Distributed under the terms of the GNU General Public License (GPL v2+).

Required Modules

Serial

  • lzo

System Variables

  • HPC_LZO_DIR - installation directory
  • HPC_LZO_LIB - library directory
  • HPC_LZO_INC - includes directory





Validation

  • Validated 4/5/2018