From owner-freebsd-hackers@FreeBSD.ORG Thu Oct 12 12:50:54 2006 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D524616A40F for ; Thu, 12 Oct 2006 12:50:54 +0000 (UTC) (envelope-from joerg@britannica.bec.de) Received: from antivirus.uni-rostock.de (mailrelay1.uni-rostock.de [139.30.8.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F72C43D6E for ; Thu, 12 Oct 2006 12:50:35 +0000 (GMT) (envelope-from joerg@britannica.bec.de) Received: from antivirus.exch.rz.uni-rostock.de ([127.0.0.1]) by antivirus.uni-rostock.de with Microsoft SMTPSVC(6.0.3790.1830); Thu, 12 Oct 2006 14:50:34 +0200 Received: from antivirus.uni-rostock.de (unverified) by antivirus.exch.rz.uni-rostock.de (Content Technologies SMTPRS 4.3.20) with ESMTP id for ; Thu, 12 Oct 2006 14:50:34 +0200 Received: from mail.uni-rostock.de ([139.30.8.11]) by antivirus.uni-rostock.de with Microsoft SMTPSVC (6.0.3790.1830); Thu, 12 Oct 2006 14:50:34 +0200 Received: from conversion-daemon.mail2.uni-rostock.de by mail2.uni-rostock.de (iPlanet Messaging Server 5.2 HotFix 2.09 (built Nov 18 2005)) id <0J7000201WVOCD@mail.uni-rostock.de> (original mail from joerg@britannica.bec.de) for freebsd-hackers@freebsd.org; Thu, 12 Oct 2006 14:50:34 +0200 (MEST) Received: from britannica.bec.de (wlan034119.uni-rostock.de [139.30.34.119]) by mail2.uni-rostock.de (iPlanet Messaging Server 5.2 HotFix 2.09 (built Nov 18 2005)) with ESMTP id <0J70007G9X0ARO@mail.uni-rostock.de> for freebsd-hackers@freebsd.org; Thu, 12 Oct 2006 14:50:34 +0200 (MEST) Received: by britannica.bec.de (Postfix, from userid 1000) id 77C8856A4; Thu, 12 Oct 2006 14:49:47 +0200 (CEST) Date: Thu, 12 Oct 2006 14:49:47 +0200 From: Joerg Sonnenberger In-reply-to: <01a301c6ede8$061e9160$b3db87d4@multiplay.co.uk> To: freebsd-hackers@freebsd.org Mail-followup-to: freebsd-hackers@freebsd.org Message-id: <20061012124947.GE2487@britannica.bec.de> MIME-version: 1.0 Content-type: text/plain; charset="us-ascii" Content-transfer-encoding: 7BIT Content-disposition: inline User-Agent: Mutt/1.5.13 (2006-08-11) References: <17707.64434.913943.549852@bhuda.mired.org> <200610110934.k9B9YASW081294@lurza.secnetix.de> <20061011133250.GA483@britannica.bec.de> <01a301c6ede8$061e9160$b3db87d4@multiplay.co.uk> X-OriginalArrivalTime: 12 Oct 2006 12:50:34.0694 (UTC) FILETIME=[0240AE60:01C6EDFD] Subject: Re: "tar -c|gzip" faster than "tar -cz"?!? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Oct 2006 12:50:54 -0000 On Thu, Oct 12, 2006 at 11:20:15AM +0100, Steven Hartland wrote: > Just a silly one but are you guys using the same > version of gzip, would be worth just checking? Grmbl. Can't reproduce my original tests now. I'm not sure what changed in the mean time. Doing some performing testing with libz alone would be worth it. Joerg