pytries / datrie

Fast, efficiently stored Trie for Python. Uses libdatrie.
http://pypi.python.org/pypi/datrie/
GNU Lesser General Public License v2.1
530 stars 88 forks source link

Multiprocessing #86

Open andrewerf opened 3 years ago

andrewerf commented 3 years ago

Is it thread-save for reading (filling from one thread and then calling has_keys_with_prefix from many threads)?