7 lines
282 B
Plaintext
7 lines
282 B
Plaintext
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.
|
|
|