home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / lzo100.zip / lzo-1.00 / LZO.lsm < prev    next >
Text File  |  1997-07-13  |  2KB  |  33 lines

  1. Begin3
  2. Title:          LZO -- a real-time data compression library
  3. Version:        1.00
  4. Entered-date:   13JUL97
  5. Description:    LZO is a portable lossless data compression library written
  6.                 in ANSI C. It implements a number of algorithms with
  7.                 the following features:
  8.                 - Decompression is simple and *very* fast.
  9.                 - Requires no memory for decompression.
  10.                 - Compression is pretty fast.
  11.                 - Requires 64 kB of memory for compression.
  12.                 - Allows you to dial up extra compression at a speed cost in
  13.                   the compressor. The speed of the decompressor is not reduced.
  14.                 - Includes compression levels for generating pre-compressed
  15.                   data which achieve a quite competitive compression ratio.
  16.                 - There is also a compression level which needs only 8 kB
  17.                   for compression.
  18.                 - Algorithm is thread safe.
  19.                 - Algorithm is lossless.
  20. Keywords:       compression, library
  21. Author:         markus.oberhumer@jk.uni-linz.ac.at (Markus F.X.J. Oberhumer)
  22. Maintained-by:  markus.oberhumer@jk.uni-linz.ac.at (Markus F.X.J. Oberhumer)
  23. Primary-site:   http://www.infosys.tuwien.ac.at/Staff/lux/marco/lzo.html
  24.                 ftp://hpv17.infosys.tuwien.ac.at/pub/mfx/lzo
  25.                 207kB lzo-1.00.tar.gz
  26. Alternate-site: ftp://sunsite.unc.edu/pub/Linux/libs
  27.                 207kB lzo-1.00.tar.gz
  28. Alternate-site: ftp://tsx-11.mit.edu/pub/linux/sources/libs
  29.                 207kB lzo-1.00.tar.gz
  30. Platforms:      Requires ANSI C compiler.
  31. Copying-policy: GPL
  32. End
  33.