Changes¶
v0.2.0 (upcoming version)¶
__eq__added to compare two compact triessubtreeadded to extract a subtree from a given trievaluesmethod fixed for empty strings
v0.1.1¶
__iter__and__contains__added__iadd__implemented, allowing you to extend a trie with += and an iterable
v0.1.0¶
- memory footprint reduced
lensupportheightandvaluesmethods added
v0.0.1¶
- initial release
- support for
addandremoveoperations - full online documentation