Gnus development mailing list
 help / color / mirror / Atom feed
* gnus-correct-length vs. string-width
@ 2001-12-28 14:26 Jesper Harder
  2001-12-28 17:22 ` Simon Josefsson
  0 siblings, 1 reply; 7+ messages in thread
From: Jesper Harder @ 2001-12-28 14:26 UTC (permalink / raw)


Is the built-in function `string-width' known to be broken?

I'm asking because the Gnus substitute `gnus-correct-length' seems to be
horribly expensive in comparison -- it really degrades performance when
generating summary buffers.  Here's the elp results for entering an NNTP
group with 4000 messages:

Function Name                         Call Count  Elapsed Time  Average Time
====================================  ==========  ============  ============
gnus-topic-select-group               1           103.839829    103.839829
gnus-group-select-group               1           103.839535    103.839535
gnus-group-read-group                 1           103.839481    103.839481
gnus-summary-read-group               1           103.839243    103.839243
gnus-summary-read-group-1             1           103.839173    103.839173
gnus-summary-prepare                  1           72.383289     72.383289
gnus-summary-prepare-threads          1           69.354715     69.354715
gnus-correct-length                   16000       39.978197000  0.0024986373

... and the same results after doing:

    (defalias 'gnus-correct-length 'string-width)

Function Name                         Call Count  Elapsed Time  Average Time
====================================  ==========  ============  ============
gnus-topic-select-group               1           66.504824     66.504824
gnus-group-select-group               1           66.50452      66.50452
gnus-group-read-group                 1           66.504463     66.504463
gnus-summary-read-group               1           66.504229     66.504229
gnus-summary-read-group-1             1           66.504158     66.504158
gnus-summary-prepare                  1           34.509797     34.509797
gnus-select-newsgroup                 1           31.573028     31.573028
gnus-summary-prepare-threads          1           31.530489     31.530489
...
gnus-correct-length                   16000       0.2750719999  1.719...e-05


I.e. this is about 35% faster.




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

end of thread, other threads:[~2002-01-06 11:25 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-12-28 14:26 gnus-correct-length vs. string-width Jesper Harder
2001-12-28 17:22 ` Simon Josefsson
2001-12-28 23:24   ` Lars Magne Ingebrigtsen
2002-01-05  7:00     ` Daniel Pittman
2002-01-05 16:08       ` Lars Magne Ingebrigtsen
2002-01-06 11:25         ` Daniel Pittman
2001-12-30  1:32   ` Jesper Harder

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