This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Dennis Sweeney
Recipients Dennis Sweeney, Zeturic, ammar2, corona10, gregory.p.smith, josh.r, pmpp, serhiy.storchaka, tim.peters, vstinner
Date 2020-10-17.21:35:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1602970510.19.0.353872533478.issue41972@roundup.psfhosted.org>
In-reply-to
Content
> But there _also_ seem to be real (but much smaller) benefits
> for the "search backward" cases, which I don't recall seeing
> when I tried it.  Do you have a guess as to why?

I did change `skip = mlast - 1;` to `skip = mlast;` as you had pointed out.
So it could be that, or just a compiler/benchmark ghost.
History
Date User Action Args
2020-10-17 21:35:10Dennis Sweeneysetrecipients: + Dennis Sweeney, tim.peters, gregory.p.smith, vstinner, pmpp, serhiy.storchaka, josh.r, ammar2, corona10, Zeturic
2020-10-17 21:35:10Dennis Sweeneysetmessageid: <1602970510.19.0.353872533478.issue41972@roundup.psfhosted.org>
2020-10-17 21:35:10Dennis Sweeneylinkissue41972 messages
2020-10-17 21:35:09Dennis Sweeneycreate