summaryrefslogtreecommitdiffstats
path: root/python/python3-marisa-trie/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-marisa-trie/README')
-rw-r--r--python/python3-marisa-trie/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/python/python3-marisa-trie/README b/python/python3-marisa-trie/README
new file mode 100644
index 0000000000..965114f1f2
--- /dev/null
+++ b/python/python3-marisa-trie/README
@@ -0,0 +1,6 @@
+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.
+