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

Sort input file list #49

Closed bmwiedemann closed 6 years ago

bmwiedemann commented 6 years ago

so that datrie builds in a reproducible way in spite of indeterministic filesystem readdir order and http://bugs.python.org/issue30461

superbobry commented 6 years ago

Thanks!