From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2044 invoked from network); 18 Apr 2003 23:26:41 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 18 Apr 2003 23:26:41 -0000 Received: (qmail 17868 invoked by alias); 18 Apr 2003 23:26:35 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 18452 Received: (qmail 17857 invoked from network); 18 Apr 2003 23:26:34 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 18 Apr 2003 23:26:34 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [207.99.30.4] by sunsite.dk (MessageWall 1.0.8) with SMTP; 18 Apr 2003 23:26:34 -0000 Received: from acolyte.scowler.net (localhost [127.0.0.1]) by acolyte.scowler.net (8.12.6/8.12.6/Debian-7) with ESMTP id h3INQWHv023535 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK) for ; Fri, 18 Apr 2003 19:26:33 -0400 Received: (from clint@localhost) by acolyte.scowler.net (8.12.6/8.12.6/Debian-7) id h3INQWJO023534 for zsh-workers@sunsite.dk; Fri, 18 Apr 2003 19:26:32 -0400 X-Authentication-Warning: acolyte.scowler.net: clint set sender to clint@zsh.org using -f Date: Fri, 18 Apr 2003 19:26:32 -0400 From: Clint Adams To: zsh-workers@sunsite.dk Subject: Re: Disk-based or db-based associative array -- good or bad? Message-ID: <20030418232632.GA23505@acolyte.scowler.net> References: <20030326015034.GA7771@node1.opengeometry.net> <20030418225620.GA23155@acolyte.scowler.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030418225620.GA23155@acolyte.scowler.net> User-Agent: Mutt/1.5.4i > See the thread from Sep/Oct 2002 with subject 'db module'. > Starts with http://www.zsh.org/mla/workers/2002/msg01153.html After skimming this myself, I find that I remember nearly none of the discussion. If I miraculously find some time to work on this, should I just pursue Oliver's original suggestion (store the db handle in u.data) or take another approach?