From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/39039 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: faster gnus-summary-from-or-to-or-newsgroups Date: Sun, 30 Sep 2001 13:00:04 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: <8766b2gqhj.fsf@uwo.ca> <87k7yhqz75.fsf@uwo.ca> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035174809 25716 80.91.224.250 (21 Oct 2002 04:33:29 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:33:29 +0000 (UTC) Return-Path: Original-Received: (qmail 20490 invoked from network); 30 Sep 2001 11:01:14 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 30 Sep 2001 11:01:14 -0000 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 15neKk-0004l7-00; Sun, 30 Sep 2001 06:00:30 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sun, 30 Sep 2001 06:00:07 -0500 (CDT) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id FAA15614 for ; Sun, 30 Sep 2001 05:59:55 -0500 (CDT) Original-Received: (qmail 19464 invoked by alias); 30 Sep 2001 10:59:59 -0000 Original-Received: (qmail 19459 invoked from network); 30 Sep 2001 10:59:59 -0000 Original-Received: from dolk.extundo.com (195.42.214.242) by gnus.org with SMTP; 30 Sep 2001 10:59:59 -0000 Original-Received: from barbar.josefsson.org (slipsten.extundo.com [195.42.214.241]) (authenticated bits=0) by dolk.extundo.com (8.12.0/8.12.0) with ESMTP id f8UB010r030058 for ; Sun, 30 Sep 2001 13:00:01 +0200 Original-To: ding@gnus.org In-Reply-To: <87k7yhqz75.fsf@uwo.ca> (Dan Christensen's message of "Sat, 29 Sep 2001 20:50:22 -0400") Mail-Copies-To: nobody Original-Lines: 14 User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.0.106 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:39039 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:39039 Dan Christensen writes: >> The bottleneck is probably now in mail-extract-address-components >> (what I have gnus-extract-address-components set to). Does someone >> want to tackle speeding that up without reducing its accuracy? Use `gnus-extract-address-components' instead? I think it is supposed to be faster. > I signed and sent in my copyright assignment papers a couple of weeks > ago. I've attached the above change as a patch. Could someone apply > it? Applied, thanks!