Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 31 Jan 2002 09:01:13 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 31 Jan 2002 09:01:03 -0500 Received: from garrincha.netbank.com.br ([200.203.199.88]:23303 "HELO netbank.com.br") by vger.kernel.org with SMTP id ; Thu, 31 Jan 2002 09:00:49 -0500 Date: Thu, 31 Jan 2002 12:00:35 -0200 (BRST) From: Rik van Riel X-X-Sender: To: Josh MacDonald Cc: Momchil Velikov , Subject: Re: [PATCH] Radix-tree pagecache for 2.5 In-Reply-To: <20020131024128.B14482@helen.CS.Berkeley.EDU> Message-ID: X-spambait: aardvark@kernelnewbies.org X-spammeplease: aardvark@nl.linux.org MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 31 Jan 2002, Josh MacDonald wrote: > I've posted this before -- my cache-optimized skip list solves the > problem of balanced-tree cache footprint. It uses cacheline-sized > nodes and per-node locking to avoid false-sharing and increase > concurrency. The memory usage for the skip list is also less than > the red-black tree for trees larger than several hundred nodes. I'd be happy to test a kernel where the page cache uses these skip lists for indexing. Where can I download the patch ? ;) Rik -- "Linux holds advantages over the single-vendor commercial OS" -- Microsoft's "Competing with Linux" document http://www.surriel.com/ http://distro.conectiva.com/ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/