From owner-freebsd-current@FreeBSD.ORG Fri May 2 10:29:30 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4B0A37B401; Fri, 2 May 2003 10:29:30 -0700 (PDT) Received: from moghedien.mukappabeta.net (moghedien.mukappabeta.net [194.145.150.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C02A43FBD; Fri, 2 May 2003 10:29:30 -0700 (PDT) (envelope-from mkb@moghedien.mukappabeta.net) Received: by moghedien.mukappabeta.net (Postfix, from userid 1000) id 925682D30; Fri, 2 May 2003 19:29:38 +0200 (CEST) Date: Fri, 2 May 2003 19:29:37 +0200 From: Matthias Buelow To: David O'Brien , Tim Robbins , Ruslan Ermilov , current@freebsd.org Message-ID: <20030502172937.GB18677@moghedien.mukappabeta.net> References: <20030502011307.GA82420@sunbay.com> <20030502153334.A70914@dilbert.robbins.dropbear.id.au> <20030502071926.GC3258@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030502071926.GC3258@dragon.nuxi.com> User-Agent: Mutt/1.4.1i Subject: Re: HEADS UP: bzip2(1) compression for manpages, Groff and Texinfo docs X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 May 2003 17:29:31 -0000 David O'Brien writes: >It removes the depandancy (well reduces it) on one more GPV'ed binary. :-) Then how about implementing the algorithm gzip is using (some LZ77 afaik) in a "free" program? A high-profile compressor like bzip2, which invests a lot of cpu time and memory(!) for squeezing out the last byte imho isn't really suitable for a general purpose, fast compressor (and one which doesn't eat several megabytes for decompression, this is certainly an issue on small machines, although, I have to admit, to many users these days the concept of having memory sizes of only 8 megabytes in some environments may seem totally alien but think of embedded devices or some old machine as small router.) -- Matthias Buelow home: mkb/at/mukappabeta.de uni: mkb/at/informatik.uni-wuerzburg.de