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

rbowman bowman at montana.com
Mon Mar 6 10:46:39 EST 2023


On Mon, 6 Mar 2023 15:32:09 +0000, Weatherby,Gerard wrote:


> Increased performance may be achieved by building dictionaries “aa”,”ab”
> ... “zz. And so on.

Or a trie. There have been several implementations but I believe this is 
the most active:

https://pypi.org/project/PyTrie/


More information about the Python-list mailing list