11 lines
504 B
Text
11 lines
504 B
Text
LZO is a portable lossless data compression library written in ANSI C.
|
|
It offers pretty fast compression and *very* fast decompression.
|
|
Decompression requires no memory.
|
|
|
|
In addition, there are slower compression levels achieving a quite
|
|
competitive compression ratio while still decompressing at this very high
|
|
speed.
|
|
|
|
LZO is distributed under the terms of the GNU General Public License (GPL)
|
|
Special licenses for commercial and other applications are available by
|
|
contacting the author.
|