blob: cb21e8c09fadb894934e9f26590614b2fbaea59c (
plain)
1
2
3
4
5
6
7
8
9
10
|
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.
The LZO algorithms and implementations are copyrighted OpenSource
distributed under the GNU General Public License.
|