=========================== CedarTrie =========================== CedarTrie is ported from the C++ `cedar library `_, an efficiently updatable double-array trie. APIs =========================== .. autoclass:: pyis.python.ops.CedarTrie :members: :undoc-members: Example ============================ .. literalinclude:: ../examples/doc_cedar_trie.py :language: python