Data-Compression.org

data compression link collection

LZO

LZO is an implementation of an algorithm designed for embedded systems that have tight memory or speed requirements. While it won’t compress as well as algorithms such as deflate, it will make up for that by its thrifty use of your computing resources.


LZO.Net

A .NET wrapper around the native LZO libraries.

http://lzo-net.sourceforge.net/

         

Posted in March 1st, 2004

LZOP

The home page for lzop - a file compressor that is built on the LZO compression library. lzop is free under the GPL.

Version 1.01 of LZOP shipped in April of 2003.

http://www.oberhumer.com/opensource/lzop/

* * * * *

Posted in May 4th, 2003

LZOP Binary Download Site

The author created this site to make LZOP readily available. The page has links to download binaries, plus links to other LZO and LZOP sites.

http://www.lzop.de/

* * * * *

Posted in February 26th, 2003

The UCL Compression Library

UCL is a portable lossless data compression library written in ANSI C. This work is from Markus F.X.J. Oberhumer, known for LZO, UPX and more.

DataCompression.info reader Swift G. had this to say: Excellent library. The compression routines are fast and if you need binary compression this is the way to go.

http://www.oberhumer.com/opensource/ucl/

* * * *  

Posted in February 27th, 2002

LZO Streaming Code

Published in Source Code, LZO

Tom St Denis posted an article on comp.compression announcing free source code for streaming to and from files using the LZO engine. This link takes you to stream.c, modify it slightly to get stream.h, the corresponding header file.

http://tom.iahu.ca:8080/src/stream.c.html

* * * * *

Posted in September 22nd, 2001

The LZO documentation

Concise documentation on LZO.

http://www.oberhumer.com/opensource/lzo/lzodoc.php

* * * * *

Posted in November 14th, 1999

The LZO home page.

LZO is a compression library designed for real time projects that need fast compressors and decompressors. LZO is free under the GPL. Current release is LZO 1.07.

http://www.oberhumer.com/opensource/lzo/

* * * * *

Posted in November 7th, 1999

Not Really Vanished

The home page for NRV, the next generation successor to LZO. NRV is a portable lossless data compression library written in C++. It offers pretty fast compression and *very* fast decompression. Decompression requires no memory. NRV is free under the GPL.

DCL reader Luigi T. saidIt would be very useful for my needs, but at the moment the source code seems to not be available.

http://www.oberhumer.com/mfx/nrv/

* * * *  

Posted in December 25th, 1998

LZO download site

The primary site for downloading LZO files. This includes mini-LZO, a shrunk down version of the LZO library, Perl-LZO, and Python-LZO.

http://www.oberhumer.com/opensource/lzo/#download

         

Posted in December 23rd, 1998

LZO FAQ

The first question in the FAQ: I hate reading docs - just tell me how to add compression to my program

http://www.oberhumer.com/opensource/lzo/lzofaq.php

         

Posted in December 19th, 1998

Markus Franz Xaver Johannes Oberhume

Published in People, LZO

Personal home page for Markus Franz Xaver Johannes Oberhumer, the author of LZO

http://www.oberhumer.com/mfx/

         

Posted in December 14th, 1998