SlackBuildsOrg/python/python3-marisa-trie
Vijay Marcel 36d555ff07
python/python3-marisa-trie: Updated for version 1.1.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-02-16 22:07:51 +07:00
..
python3-marisa-trie.info python/python3-marisa-trie: Updated for version 1.1.0. 2024-02-16 22:07:51 +07:00
python3-marisa-trie.SlackBuild python/python3-marisa-trie: Updated for version 1.1.0. 2024-02-16 22:07:51 +07:00
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.