Date: Fri, 17 Oct 1997 12:47:11 -0400 (EDT) Message-Id: <199710171647.MAA26535@delorie.com> To: DJGPP mailing list From: Alexander Bokovoy Subject: Re: Compression Library In-Reply-To: <6261dl$4a7@bgtnsc02.worldnet.att.net> References: <6261dl$4a7 AT bgtnsc02 DOT worldnet DOT att DOT net> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk A Laszlo Molnar's MLP105 package may be useful. It contains an .EXE files compressor with LZO compression library (LGPL!). Some lines from LZO description: ----------------------------------------------------------------------- Title: LZO -- a real-time data compression library Version: 0.24 Entered-date: 30NOV96 Description: LZO is a data compression library which is suitable for data de-/compression in realtime. LZO implements a number of algorithms with the following features: - Decompression is simple and *very* fast. - Requires no memory for decompression. - Compression is pretty fast. - Requires 64kB of memory for compression. - Allows you to dial up extra compression at a speed cost in the compressor. The speed of the decompressor is not reduced. - Algorithm is thread safe. - Algorithm is lossless. Keywords: compression, library Author: markus DOT oberhumer AT jk DOT uni-linz DOT ac DOT at (Markus F.X.J. Oberhumer) Maintained-by: markus DOT oberhumer AT jk DOT uni-linz DOT ac DOT at (Markus F.X.J. Oberhumer) Primary-site: http://www.infosys.tuwien.ac.at/Staff/lux/marco/lzo.html ftp://hpv17.infosys.tuwien.ac.at/pub/mfx/lzo 152kB lzo-0.24.tar.gz Alternate-site: ftp://sunsite.unc.edu/pub/Linux/libs 152kB lzo-0.24.tar.gz Alternate-site: ftp://tsx-11.mit.edu/pub/linux/sources/libs 152kB lzo-0.24.tar.gz Platforms: Requires ANSI C compiler. Copying-policy: LGPL (GNU Library General Public License) ------------------------------------------------------------------------------ On Thu, 16 Oct 1997 17:41:27 -0400 "Ian Pitt" wrote: > Hi, > > I am looking for a (de)compression library written in either C or BASIC. > Source code would be greatly appreciated. > > Also, would like the actual algorithm used because I am planning maybe to > create my own decompression utility to be included in my programs. > > Any suggestion on the subject would be appreciated. > > Alexander Bokovoy, ---== The Soft Age coming soon ==---