Message387717
> 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.) |
|
Date |
User |
Action |
Args |
2021-02-26 09:45:39 | Carl.Friedrich.Bolz | set | recipients:
+ 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:39 | Carl.Friedrich.Bolz | set | messageid: <1614332739.51.0.867082552215.issue41972@roundup.psfhosted.org> |
2021-02-26 09:45:39 | Carl.Friedrich.Bolz | link | issue41972 messages |
2021-02-26 09:45:39 | Carl.Friedrich.Bolz | create | |
|