summaryrefslogtreecommitdiff
path: root/devel/py-datrie/pkg-descr
blob: c83b3272f72c94bfa854a7fe8ff3b2c93903d5ff (plain) (blame)
1
2
3
4
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).