Gnus development mailing list
 help / color / mirror / Atom feed
From: Ted Zlatanov <tzz@lifelogs.com>
Cc: ding@gnus.org
Subject: Re: gnus-registry, speed up splitting ?
Date: Mon, 01 Dec 2003 16:03:05 -0500	[thread overview]
Message-ID: <4nllpwfdyu.fsf@lockgroove.bwh.harvard.edu> (raw)
In-Reply-To: <plop874qwlzduq.fsf@gnu-rox.org> (Xavier Maillard's message of "Sun, 30 Nov 2003 23:33:01 +0100")

On Sun, 30 Nov 2003, zedek@gnu-rox.org wrote:

> Since I use gnus-registry stuff, it seems to me that my gnus is much
> more responsive especially when splitting.
> 
> Does anybody have the same impression or is it the 'fault' of my new
> laptop ?

Do you mean "less responsive"?  I'll assume so.

Of course, any extra processing done while splitting will mean that
splitting takes longer.  There's no way to avoid that.  The registry
uses hashtables to speed up lookups - they should be quite fast.
Regardless, for every reference in the article, we look up the groups
it is in - we exit at the first match, but that may still go through
all the references in the worst case.

If you want, look at the code and see if there are any obvious
inefficient parts.  I tried to implement it for speed.

Ted



  reply	other threads:[~2003-12-01 21:03 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-11-30 22:33 Xavier Maillard
2003-12-01 21:03 ` Ted Zlatanov [this message]
2003-12-01 22:51   ` Xavier Maillard
2003-12-02  1:47     ` Ted Zlatanov
2003-12-02  6:33       ` Xavier Maillard
2003-12-02 22:28         ` Ted Zlatanov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4nllpwfdyu.fsf@lockgroove.bwh.harvard.edu \
    --to=tzz@lifelogs.com \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).