Fast full-text searching in Python (job for Whoosh?)

Greg Ewing greg.ewing at canterbury.ac.nz
Sun Mar 5 01:19:35 EST 2023


On 5/03/23 5:12 pm, Dino wrote:
> I can do a substring search in a list of 30k elements in less than 2ms 
> with Python. Is my reasoning sound?

I just did a similar test with your actual data and got
about the same result. If that's fast enough for you,
then you don't need to do anything fancy.

-- 
Greg


More information about the Python-list mailing list