mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
1de50fa439
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
6 lines
282 B
Text
6 lines
282 B
Text
Static memory-efficient Trie-like structures for Python based
|
|
on marisa-trie c++ library.String data in a MARISA-trie
|
|
may take up to 50x-100x less memory than in a standard python
|
|
dict;the raw lookup speed is comparable;trie also provides fast
|
|
advanced methods like prefix search.
|
|
|