unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Lars Ingebrigtsen <larsi@gnus.org>
To: Sam Steingold <sds@gnu.org>
Cc: 36697@debbugs.gnu.org
Subject: bug#36697: 27.0.50; gnus: some articles with score 0 are killed
Date: Fri, 24 Jul 2020 17:27:45 +0200	[thread overview]
Message-ID: <87o8o5aq6m.fsf@gnus.org> (raw)
In-Reply-To: <m1h7tym20c.fsf@gnu.org> (Sam Steingold's message of "Thu, 23 Jul 2020 16:04:35 -0400")

Sam Steingold <sds@gnu.org> writes:

> `gnus-score-string' is called from `gnus-score-headers',
> `search-func` is `re-search-backward'
> It is called on line 2148 on `match' which is "[^a-z]\\{50\\}".
> So, it matches for _all_ subjects - _before_ the last 3 - because it
> searches _across_ lines!

Oh, yeah, I had forgotten that -- it's a neat hack to speed up the time
to score big groups: Calling re-search-backward is much, much faster
than looping over the headers and using string-match.  But it does mean
that if you have regexps like [^a-z], they have to have a \n in them,
too.

> PS. The code in gnus-score.el seems to avoid modern Emacs-Lisp features
> like `dolist' and `when'.  Is there a (non-historical) reason for that?
> Also, the functions are very long and thus hard to edebug.

It's just very, very old code, trying to be maximally fast.

> I had to extract some loops into separate functions to speed up stepping.
> Is it okay to commit?

Is there a performance impact?  

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





  reply	other threads:[~2020-07-24 15:27 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-16 20:51 bug#36697: 27.0.50; gnus: some articles with score 0 are killed Sam Steingold
2019-09-23 23:15 ` Lars Ingebrigtsen
2019-09-23 23:39   ` Sam Steingold
2019-09-24  7:34     ` Lars Ingebrigtsen
2019-09-24 18:24       ` Sam Steingold
2019-09-25 13:07         ` Lars Ingebrigtsen
2020-01-08 17:13           ` Sam Steingold
2020-01-08 17:19             ` Sam Steingold
2020-01-15 16:09               ` Sam Steingold
2020-01-22 12:53                 ` Lars Ingebrigtsen
2020-07-19 15:40                   ` Lars Ingebrigtsen
2020-07-20 23:11                     ` Sam Steingold
2020-07-23 13:56                       ` Lars Ingebrigtsen
2020-07-23 20:04                         ` Sam Steingold
2020-07-24 15:27                           ` Lars Ingebrigtsen [this message]
2020-07-24 18:37                             ` Sam Steingold
2020-07-27 21:45                               ` Lars Ingebrigtsen
2022-04-17 18:08                                 ` Lars Ingebrigtsen

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=87o8o5aq6m.fsf@gnus.org \
    --to=larsi@gnus.org \
    --cc=36697@debbugs.gnu.org \
    --cc=sds@gnu.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.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).