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 tim.peters
Recipients Dennis Sweeney, Zeturic, ammar2, josh.r, pmpp, serhiy.storchaka, tim.peters, vstinner
Date 2020-10-12.05:06:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1602479195.36.0.472497848031.issue41972@roundup.psfhosted.org>
In-reply-to
Content
Impressive, Dennis! Nice work.

FYI, on the OP's original test data, your fastsearch() completes each search in under 20 seconds using CPython, and in well under 1 second using PyPy.

Unfortunately, that's so promising it can't just be dismissed offhandedly ;-)  Looks like something quite worth pursuing here!
History
Date User Action Args
2020-10-12 05:06:35tim.peterssetrecipients: + tim.peters, vstinner, pmpp, serhiy.storchaka, josh.r, ammar2, Dennis Sweeney, Zeturic
2020-10-12 05:06:35tim.peterssetmessageid: <1602479195.36.0.472497848031.issue41972@roundup.psfhosted.org>
2020-10-12 05:06:35tim.peterslinkissue41972 messages
2020-10-12 05:06:35tim.peterscreate