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 lukasz.langa
Recipients Carl.Friedrich.Bolz, Dennis Sweeney, Zeturic, ammar2, corona10, gregory.p.smith, gvanrossum, josh.r, lukasz.langa, pmpp, rhettinger, serhiy.storchaka, taleinat, tim.peters
Date 2021-07-19.10:57:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1626692253.99.0.753735526001.issue41972@roundup.psfhosted.org>
In-reply-to
Content
I checked the original example in this issue and the newest change in GH-27091 makes the `data.find(base)` case 8.2% faster compared to `main` while the `data.find(longer)` case is 10.8% faster.
History
Date User Action Args
2021-07-19 10:57:34lukasz.langasetrecipients: + lukasz.langa, gvanrossum, tim.peters, rhettinger, gregory.p.smith, Carl.Friedrich.Bolz, taleinat, pmpp, serhiy.storchaka, josh.r, ammar2, corona10, Dennis Sweeney, Zeturic
2021-07-19 10:57:33lukasz.langasetmessageid: <1626692253.99.0.753735526001.issue41972@roundup.psfhosted.org>
2021-07-19 10:57:33lukasz.langalinkissue41972 messages
2021-07-19 10:57:33lukasz.langacreate