Gnus development mailing list
 help / color / mirror / Atom feed
* A slowness in the Agent
@ 2004-05-01 10:13 Lars Magne Ingebrigtsen
  2004-05-01 15:52 ` Kevin Greiner
  0 siblings, 1 reply; 3+ messages in thread
From: Lars Magne Ingebrigtsen @ 2004-05-01 10:13 UTC (permalink / raw)


I just cvs uppped a bit here, and Gnus suddenly was much slower than
before.  After peeking around quite a bit, the most likely culprit is
`gnus-agent-read-agentview', which now calls
`gnus-uncompress-sequence' about 9K times for me.  Which takes a
while.

I've inlined the call, which helps a bit, but I think the fundamental
problem might be that `gnus-agent-read-agentview' tries too hard.
The Emacs reader is really very fast, and almost any compression one
tries to do in Emacs Lisp is bound to be slower than just calling
`read' on a huge whopping list.

Or I may be poking around in the wrong place.
 
-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-05-02 13:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-05-01 10:13 A slowness in the Agent Lars Magne Ingebrigtsen
2004-05-01 15:52 ` Kevin Greiner
2004-05-02 13:13   ` Lars Magne Ingebrigtsen

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).