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 Carl.Friedrich.Bolz
Recipients Carl.Friedrich.Bolz, Dennis Sweeney, Zeturic, ammar2, corona10, gregory.p.smith, gvanrossum, josh.r, pmpp, serhiy.storchaka, taleinat, tim.peters
Date 2021-02-26.09:45:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1614332739.51.0.867082552215.issue41972@roundup.psfhosted.org>
In-reply-to
Content
> BTW, this initialization in the FASTSEARCH code appears to me to be a  mistake:

>    skip = mlast - 1;

Thanks for pointing that out Tim! Turns out PyPy had copied that mindlessly and I just fixed it.

(I'm also generally following along with this issue, I plan to implement the two-way algorithm for PyPy as well, once you all have decided on a heuristic. We are occasionally in a slightly easier situation, because for constant-enough needles we can have the JIT do the pre-work on the  needle during code generation.)
History
Date User Action Args
2021-02-26 09:45:39Carl.Friedrich.Bolzsetrecipients: + Carl.Friedrich.Bolz, gvanrossum, tim.peters, gregory.p.smith, taleinat, pmpp, serhiy.storchaka, josh.r, ammar2, corona10, Dennis Sweeney, Zeturic
2021-02-26 09:45:39Carl.Friedrich.Bolzsetmessageid: <1614332739.51.0.867082552215.issue41972@roundup.psfhosted.org>
2021-02-26 09:45:39Carl.Friedrich.Bolzlinkissue41972 messages
2021-02-26 09:45:39Carl.Friedrich.Bolzcreate