Gnus development mailing list
 help / color / mirror / Atom feed
From: Kai Grossjohann <grossjohann@charly.informatik.uni-dortmund.de>
Cc: ding@ifi.uio.no
Subject: Re: Quicker exit and re-enter of large groups
Date: 08 Jan 1997 17:39:44 +0100	[thread overview]
Message-ID: <vafenfwqfxr.fsf@ls6.informatik.uni-dortmund.de> (raw)
In-Reply-To: Wesley.Hardaker@sphys.unil.ch's message of 08 Jan 1997 17:21:37 +0100

>>>>> Wesley Hardaker writes:

  Kai> - When I hit M-g in a group and there are new articles is it
  Kai> possible to just add them to the summary buffer without
  Kai> regenerating all of it?

  Wesley> I don't know that you'd get any speed improvement there if
  Wesley> you did any sort of sorting (by score, for instance), as it
  Wesley> can't just stick them at the end...

Well, suppose there's just one new message, then surely it can be
inserted in $O(n)$ time, whereas sorting all messages needs $O(n \log
n)$ time, no?

The main time killer (at least for me, I sort messages by number and
use threading but no other sorting -- no scoring or suchlike) is
summary buffer generation which takes the most time.  Thus, having to
generate only a few lines and just sticking them in at the right
positions would be a huge improvement.  I'm talking about groups with
several thousands of (ticked) messages.

Whatcha all think?
kai "can I still have an Xmas wish or do I have to wait a year?"
-- 
I wonder why nobody don't like me,
or is it de fact dat I'm ugly? -- Harry Belafonte


  reply	other threads:[~1997-01-08 16:39 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-01-08 14:52 Kai Grossjohann
1997-01-08 16:21 ` Wesley.Hardaker
1997-01-08 16:39   ` Kai Grossjohann [this message]
1997-01-08 21:12     ` Ken Raeburn
1997-01-09  0:10       ` David Moore
1997-01-09 11:07 ` Lars Magne Ingebrigtsen
1997-01-09 18:16   ` Hunter Kelly
1997-01-09 21:10     ` Sudeep Kumar Palat

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=vafenfwqfxr.fsf@ls6.informatik.uni-dortmund.de \
    --to=grossjohann@charly.informatik.uni-dortmund.de \
    --cc=ding@ifi.uio.no \
    /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).