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, benrg, rumpelsepp
Date 2022-03-01.03:30:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1646105419.44.0.918199475061.issue46848@roundup.psfhosted.org>
In-reply-to
Content
PR 31625 is an alternative proposal.

It uses the Crochemore and Perrin's Two-Way algorithm that @benrg references (see Objects/stringlib/fastsearch.h and Objects/stringlib/stringlib_find_two_way_notes.txt), and is platform-independent.
History
Date User Action Args
2022-03-01 03:30:19Dennis Sweeneysetrecipients: + Dennis Sweeney, benrg, rumpelsepp
2022-03-01 03:30:19Dennis Sweeneysetmessageid: <1646105419.44.0.918199475061.issue46848@roundup.psfhosted.org>
2022-03-01 03:30:19Dennis Sweeneylinkissue46848 messages
2022-03-01 03:30:19Dennis Sweeneycreate