From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Noah Friedman Newsgroups: gmane.emacs.devel Subject: Re: IRC client for Emacs Date: Tue, 20 Aug 2002 19:07:44 -0700 (PDT) Sender: emacs-devel-admin@gnu.org Message-ID: <20020820190744.375246.FMU965@piglet.prv.splode.com> References: <873ctot40n.fsf@emacswiki.org> <20020809223753.955308.FMU31823@piglet.prv.splode.com> <200208110355.g7B3tOo06247@wijiji.santafe.edu> <877kixtg8w.fsf@emacswiki.org> <20020811160610.424772.FMU9022@piglet.prv.splode.com> <87fzxhs1ia.fsf@emacswiki.org> <200208151954.g7FJsut07968@wijiji.santafe.edu> <20020820143817.816033.FMU965@piglet.prv.splode.com> <200208210153.g7L1r4W10188@wijiji.santafe.edu> Reply-To: Noah Friedman NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1029895699 769 127.0.0.1 (21 Aug 2002 02:08:19 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 21 Aug 2002 02:08:19 +0000 (UTC) Cc: alex@emacswiki.org, emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17hKuw-0000CI-00 for ; Wed, 21 Aug 2002 04:08:18 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17hLN8-0004s7-00 for ; Wed, 21 Aug 2002 04:37:26 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17hKw5-0006Sl-00; Tue, 20 Aug 2002 22:09:29 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17hKuT-0006Q7-00 for emacs-devel@gnu.org; Tue, 20 Aug 2002 22:07:49 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17hKuQ-0006Pv-00 for emacs-devel@gnu.org; Tue, 20 Aug 2002 22:07:48 -0400 Original-Received: from scones-of-silence.splode.com ([216.27.180.143] helo=piglet.prv.splode.com) by monty-python.gnu.org with esmtp (Exim 4.10) id 17hKuQ-0006Pp-00; Tue, 20 Aug 2002 22:07:46 -0400 Original-Received: (from friedman@localhost) by piglet.prv.splode.com (8.9.3/8.9.3) id TAA12093; Tue, 20 Aug 2002 19:07:44 -0700 Original-To: rms@gnu.org In-Reply-To: <200208210153.g7L1r4W10188@wijiji.santafe.edu> (rms@gnu.org Tuesday, 20 Aug 2002 19:53:04 -0600) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:6712 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:6712 > I am more concerned about preloading the entire contents of the > message catalogs into memory at once, rather than lazy-loading entries > as they are used. > >That is a good point. What method do you propose for lazy-loading them? What do you think about providing persistent hashtables, via gdbm or berkeley db?