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/
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to