From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/74096 Path: news.gmane.org!not-for-mail From: Francis Moreau Newsgroups: gmane.emacs.gnus.general Subject: Re: Improving Gnus speed Date: Mon, 15 Nov 2010 10:07:09 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1289812112 20309 80.91.229.12 (15 Nov 2010 09:08:32 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 15 Nov 2010 09:08:32 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M22464@lists.math.uh.edu Mon Nov 15 10:08:28 2010 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PHv34-0001Hy-Ob for ding-account@gmane.org; Mon, 15 Nov 2010 10:08:27 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1PHv2U-0002Ii-89; Mon, 15 Nov 2010 03:07:50 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1PHv2S-0002IR-Uv for ding@lists.math.uh.edu; Mon, 15 Nov 2010 03:07:48 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PHv2N-0005ZU-Uo for ding@lists.math.uh.edu; Mon, 15 Nov 2010 03:07:48 -0600 Original-Received: from mail-wy0-f172.google.com ([74.125.82.172]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1PHv2N-0001py-00 for ; Mon, 15 Nov 2010 10:07:43 +0100 Original-Received: by wyb29 with SMTP id 29so2255126wyb.17 for ; Mon, 15 Nov 2010 01:07:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:references :date:in-reply-to:message-id:user-agent:mime-version:content-type; bh=/jV50maYf60XA9TJugwzuKec4sF3Jg/T5kKoJRaGCec=; b=brKKDQCf3B+YQwhroT1IhwJ5WSoVjd09hPrL24KV+hQJ4Xe3HpVILDgB7IgiChHmmd 7okgAcH0NJqBp7SGtWzjzbCdvTzrjhtEV6h1qKyLTw2dYQR5iP+Tpco0ZPOnQDSnzPtD qRSGTMjQ857ktQ2CcakwP1ASa6PgmDWDoKqdo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:references:date:in-reply-to:message-id:user-agent :mime-version:content-type; b=B3Zqc57noMgPKjsvX+plMiDuoxGQN5BkWE/ERa7urhJtyRQ3KwLSpPG0COEKBWVR2o FbX/QklUCpalgBUTMdE1p1Aag/tYfyifkr0J/6+Amz+BbyLdKHpaHLgoZBUYfSTznT4Q y9fCuui6MrLUeXZi84owaa1WxYOSwQ718whvE= Original-Received: by 10.227.144.13 with SMTP id x13mr5838620wbu.213.1289812032538; Mon, 15 Nov 2010 01:07:12 -0800 (PST) Original-Received: from localhost (au213-1-82-235-205-153.fbx.proxad.net [82.235.205.153]) by mx.google.com with ESMTPS id b30sm4897037wbb.4.2010.11.15.01.07.10 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 15 Nov 2010 01:07:11 -0800 (PST) In-Reply-To: (Lars Magne Ingebrigtsen's message of "Sun, 14 Nov 2010 17:11:34 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-Spam-Score: -2.0 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:74096 Archived-At: Lars Magne Ingebrigtsen writes: > Francis Moreau writes: > >> BTW, even if scoring is disabled in this group, >> 'gnus-thread-total-score' is still called a lot of time. > > This function isn't dependent on scoring being enabled -- it's a thread > sorting function that examines the total score of each thread. ah ok, but what the point to examine the total score if scoring is disabled ? -- Francis