Tessil / hat-trie

C++ implementation of a fast and memory efficient HAT-trie
MIT License
792 stars 114 forks source link

any comparison with patricia trie and adaptive radix tree? #47

Closed superdolt closed 2 years ago

superdolt commented 3 years ago

e.g. https://github.com/kephir4eg/trie and https://github.com/rafaelkallis/adaptive-radix-tree

?

Tessil commented 2 years ago

It'd be interesting to compare but I currently have little time to work on it. Would be interested if you have any comparison results.