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, josh.r, pmpp, serhiy.storchaka, tim.peters, vstinner
Date 2020-10-12.23:50:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1602546635.12.0.22082934821.issue41972@roundup.psfhosted.org>
In-reply-to
Content
PR 22679 is a draft that does the two-way algorithm but also adds both of the tricks from Fredrik's implementation: a bit-set "bloom filter" and remembering the skip-distance between some pair of characters.
History
Date User Action Args
2020-10-12 23:50:35Dennis Sweeneysetrecipients: + Dennis Sweeney, tim.peters, vstinner, pmpp, serhiy.storchaka, josh.r, ammar2, Zeturic
2020-10-12 23:50:35Dennis Sweeneysetmessageid: <1602546635.12.0.22082934821.issue41972@roundup.psfhosted.org>
2020-10-12 23:50:35Dennis Sweeneylinkissue41972 messages
2020-10-12 23:50:35Dennis Sweeneycreate