mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
7 lines
199 B
Plaintext
7 lines
199 B
Plaintext
Python binding for libdatrie, a kind of digital search tree.
|
|
|
|
Trie is an efficient indexing method. It is also a kind of deterministic finite
|
|
automaton (DFA).
|
|
|
|
WWW: https://github.com/pytries/datrie
|