Thursday, January 29, 2015

LZO,LZOP and MINILZO

LZO:

It is a portable data compression library written in c.

Advantages:
It offers fastest compression and exteremely fastest decompression.

LZOP:

It is a file compressor which uses LZO to do that.
We could say it similar to GZIP But LZOP is faster than GZIP.

MINILZO:

It is a very lightweight version of LZO.
It consists of one c file and three header files.It compiles to less than 6kb and its sources are few kb when packed and therefore one can't give excuse that their app can't include compression and decompression.