From owner-freebsd-fs Thu Apr 24 16:35:29 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id QAA09496 for fs-outgoing; Thu, 24 Apr 1997 16:35:29 -0700 (PDT) Received: from parkplace.cet.co.jp (parkplace.cet.co.jp [202.32.64.1]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA09489 for ; Thu, 24 Apr 1997 16:35:26 -0700 (PDT) Received: from localhost (michaelh@localhost) by parkplace.cet.co.jp (8.8.5/CET-v2.1) with SMTP id XAA15582; Thu, 24 Apr 1997 23:34:56 GMT Date: Fri, 25 Apr 1997 08:34:56 +0900 (JST) From: Michael Hancock To: Poul-Henning Kamp cc: dg@root.com, Narvi , fs@freebsd.org Subject: Re: the namei cache... In-Reply-To: <1303.861910849@critter> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-fs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Thu, 24 Apr 1997, Poul-Henning Kamp wrote: > > Not worth it? At greater than 50 cycles, the divide is more expensive > >than the entire add loop. > > But loosing the hash entirely is >even< faster, right ? :-) Faster than traversing a long linked list?