From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/13709 Path: main.gmane.org!not-for-mail From: Steinar Bang Newsgroups: gmane.emacs.gnus.general Subject: Re: Huge groups Date: 23 Jan 1998 16:34:06 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by tm-edit 7.105) Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1035153025 10667 80.91.224.250 (20 Oct 2002 22:30:25 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 22:30:25 +0000 (UTC) Return-Path: Original-Received: from xemacs.org (xemacs.cs.uiuc.edu [128.174.252.16]) by altair.xemacs.org (8.8.8/8.8.8) with ESMTP id HAA11107 for ; Fri, 23 Jan 1998 07:43:53 -0800 Original-Received: from sina.hpc.uh.edu (root@Sina.HPC.UH.EDU [129.7.3.5]) by xemacs.org (8.8.5/8.8.5) with ESMTP id JAA16808 for ; Fri, 23 Jan 1998 09:41:41 -0600 (CST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id JAH02106; Fri, 23 Jan 1998 09:41:42 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 23 Jan 1998 09:40:21 -0600 (CST) Original-Received: from claymore.vcinet.com (claymore.vcinet.com [208.205.12.23]) by sina.hpc.uh.edu (8.7.3/8.7.3) with SMTP id JAA02092 for ; Fri, 23 Jan 1998 09:40:14 -0600 (CST) Original-Received: (qmail 21055 invoked by uid 504); 23 Jan 1998 15:40:13 -0000 Original-Received: (qmail 21052 invoked from network); 23 Jan 1998 15:40:12 -0000 Original-Received: from abel.metis.no (HELO gw.metis.no) (193.90.64.1) by claymore.vcinet.com with SMTP; 23 Jan 1998 15:40:11 -0000 Original-Received: by gw.metis.no (8.8.6/8.8.6) with ESMTP id QAA17193; Fri, 23 Jan 1998 16:39:30 +0100 (MET) Original-Received: by metis.no (8.8.6/8.8.6) with ESMTP id QAA29363; Fri, 23 Jan 1998 16:39:28 +0100 (MET) Original-Received: by norne.oslo.metis.no (8.8.4/8.8.4) id QAA08216; Fri, 23 Jan 1998 16:34:06 +0100 (MET) Original-To: ding@gnus.org In-Reply-To: Lars Syrstad's message of "23 Jan 1998 11:38:47 +0100" Original-Lines: 9 X-Mailer: Quassia Gnus v0.15/Emacs 19.34 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:13709 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:13709 >>>>> Lars Syrstad : > Yes, but couldn't the lisp lists be stored? Why build them from > scratch each time the group is being visited, when Gnus knows whenever > an article enters or leaves the group and could update the list then? You would have to build the actual data structures in memory, whichever way you go. I'm *guessing* (note! I do *not* know) that this would be the bottleneck.