From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/42184 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: Benchmarking Gnus Date: Sat, 19 Jan 2002 12:38:24 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-Trace: main.gmane.org 1035177459 10020 80.91.224.250 (21 Oct 2002 05:17:39 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 05:17:39 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: (qmail 26709 invoked from network); 19 Jan 2002 11:41:18 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 19 Jan 2002 11:41:18 -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 16RtrK-0001zv-00; Sat, 19 Jan 2002 05:40:30 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sat, 19 Jan 2002 05:40:24 -0600 (CST) 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 FAA16034 for ; Sat, 19 Jan 2002 05:40:13 -0600 (CST) Original-Received: (qmail 26698 invoked by alias); 19 Jan 2002 11:40:14 -0000 Original-Received: (qmail 26693 invoked from network); 19 Jan 2002 11:40:13 -0000 Original-Received: from 178.230.13.217.in-addr.dgcsystems.net (HELO yxa.extundo.com) (217.13.230.178) by gnus.org with SMTP; 19 Jan 2002 11:40:13 -0000 Original-Received: from localhost.localdomain (yxa.extundo.com [217.13.230.178]) (authenticated bits=0) by yxa.extundo.com (8.12.2/8.12.2) with ESMTP id g0JBdsn6021613; Sat, 19 Jan 2002 12:39:55 +0100 Original-To: Jesper Harder In-Reply-To: (Jesper Harder's message of "Sat, 19 Jan 2002 00:42:26 +0100") Mail-Copies-To: nobody X-Face: 1Yn@M+tp9bHO[8c_KMq4EAehxF;z,'j|yrivOiG+mxk$hnZac61A{@h6 writes: > larsi@gnus.org (Lars Magne Ingebrigtsen) writes: > >> There are now three things that take about the same time when >> entering a group, and account for 95% of the time spent: >> >> 1) parsing NOV headers (this has gotten slower due to MIME >> stuff, I'm guessing) 2) scoring 3) creating and outputting >> the threads >> >> If someone wants to look closer at this, then I'm all for it. :-) > > Here's a small tweak, which speeds up threading a bit (around > 5-10%): `gnus-parent-id' is usually called without the optional > argument -- in that case we only want the last msg.id in > References, so we don't really need to call > `gnus-split-references' to parse *all* the references and build > a list of them. I committed it, thanks.