Message-Id: <199712170125.UAA23193@delorie.com> From: "Markus F.X.J. Oberhumer" Subject: [ANNOUNCE] lzop real-time compressor To: djgpp-announce AT delorie DOT com Date: Wed, 17 Dec 1997 01:33:27 +0100 (MET) Return-Read-To: k3040e4 AT wildsau DOT idv DOT uni-linz DOT ac DOT at MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk Precedence: bulk ============================================================================ lzop -- a real-time compressor ============================================================================ Author : Markus Franz Xaver Johannes Oberhumer http://www.infosys.tuwien.ac.at/Staff/lux/marco/lzop.html Version : 0.95 Date : 07-Dec-1997 Introduction ------------ Welcome to the fifth public release of lzop. lzop is a compressor similiar to gzip. Its main advantages over gzip are much higher compression and decompression speed. lzop was designed with the following goals in mind: 1) speed (both compression and decompression) 2) reasonable drop-in compatibility to gzip 3) portability Availability ------------ ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/v2apps/lzop095b.zip Please use your favourite simtel mirror. Short documentation ------------------- General functionality and behaviour has been modelled very closely after gzip. Due to lack of documentation at this time you are advised to consult the gzip manual pages first. The main differences between lzop and gzip are: - Files compressed by lzop will have the suffix `.lzo' - lzop does not delete the input file(s) by default. You have to use the option `-U' if you want this behaviour. Compression levels ------------------ lzop currently offers three compression levels of the LZO1X algorithm. - the default level (`-5') offers pretty fast compression - level `-1' can be even a little bit faster in some cases - but most times you won't notice the difference - level `-9' is mainly intended for generating pre-compressed data - it is somewhat slow Decompression is *very* fast for all levels. Modes of operation ------------------ lzop allows you to deal with your files in many flexible ways: - single file mode: individually (de-)compress each file - pipe mode: (de-)compress from stdin to stdout - stdout mode: (de-)compress to stdout - archive mode: compress/extract multiple files into a single archive file Related links ------------- Precompiled binaries for other platforms will be available from the lzop home page soon. see http://www.infosys.tuwien.ac.at/Staff/lux/marco/lzop.html lzop uses the LZO data compression library for compression services. see http://www.infosys.tuwien.ac.at/Staff/lux/marco/lzo.html The gzip home page can be found at http://www.gzip.org Copyright --------- lzop is Copyright (C) 1996, 1997 Markus Franz Xaver Johannes Oberhumer lzop is distributed under the terms of the GNU General Public License (GPL). See the file COPYING.