From owner-cvs-all Wed Mar 20 11:44:49 2002 Delivered-To: cvs-all@freebsd.org Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id D04C537B405; Wed, 20 Mar 2002 11:44:41 -0800 (PST) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 20 Mar 2002 19:44:40 +0000 (GMT) To: Alfred Perlstein Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/ufs/ufs ufs_dirhash.c In-reply-to: Your message of "Wed, 20 Mar 2002 10:17:11 PST." <20020320181711.GI455@elvis.mu.org> X-Request-Do: Date: Wed, 20 Mar 2002 19:44:40 +0000 From: David Malone Message-ID: <200203201944.aa46129@salmon.maths.tcd.ie> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > > mean #probes for > > home dir mh inbox news/cancel tmp squid2 squid3 > > old successful 1.02 3.19 4.07 1.10 7.85 2.06 > > new successful 1.04 1.32 1.27 1.04 1.93 1.17 > > > > old unsuccessful 1.08 4.50 5.37 1.17 10.76 2.69 > > new unsuccessful 1.08 1.73 1.64 1.17 2.89 1.37 > Looks like anywhere from a factor of 2 to a factor of 5 performance > improvement! The numbers in the table are just the numbers of hash probes needed - when combined with the overhead of the actual operations I was getting about a 0-5% improvement with a simulated MH mailbox. David. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message