slackbuilds_ponce/python/python3-marisa-trie
Vijay Marcel 1de50fa439
python/python3-marisa-trie: Added (trie structues for python).
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2023-09-23 11:33:31 +07:00
..
python3-marisa-trie.info
python3-marisa-trie.SlackBuild
README
slack-desc

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.