Return-Path: Delivered-To: apmail-new-httpd-archive@apache.org Received: (qmail 92500 invoked by uid 500); 24 Apr 2000 05:08:54 -0000 Mailing-List: contact new-httpd-help@apache.org; run by ezmlm Precedence: bulk X-No-Archive: yes Reply-To: new-httpd@apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list new-httpd@apache.org Received: (qmail 92489 invoked from network); 24 Apr 2000 05:08:52 -0000 Date: Sun, 23 Apr 2000 06:43:42 +0800 From: Chia-liang Kao To: new-httpd@apache.org Subject: Re: In-memory database? Message-ID: <20000423064342.A16210@genius.cirx.org> References: <39017D7F.B9A85A69@algroup.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.1.9i In-Reply-To: <39017D7F.B9A85A69@algroup.co.uk>; from ben@algroup.co.uk on Sat, Apr 22, 2000 at 11:22:55AM +0100 X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N I used to use an avltree library included in squid distribution (but not used by squid), which is in public domain. Recently I saw a package named avlmap and the API seemed quite neat. (but I have never used it yet). And it is LGPL. And probably the berkeley DB if you need more complicated manipulation. Cheers, CLK ps. It seemed I got dropped from the list these days? this hasn't happened for years and my mail server lives well. On Sat, Apr 22, 2000 at 11:22:55AM +0100, Ben Laurie wrote: > I'm looking for a lightweight in-memory database, something akin to > Java's Hashtable, only in C, with an appropriate (i.e. Apache/BSD) > licence. Something that can store an arbitrary lump of bytes keyed on > another arbitrary lump of bytes. > > Yes, I could write one. But is there one out there? > > Cheers, > > Ben.