We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05a9875 commit e49b150Copy full SHA for e49b150
1 file changed
README.md
@@ -693,6 +693,7 @@ additional ordered map implementations.
693
- [mspm](https://github.com/BlackRabbitt/mspm) - Multi-String Pattern Matching Algorithm for information retrieval.
694
- [parsefields](https://github.com/MonaxGT/parsefields) - Tools for parse JSON-like logs for collecting unique fields and events.
695
- [ptrie](https://github.com/viant/ptrie) - An implementation of prefix tree.
696
+- [radixtree](https://github.com/gammazero/radixtree) - Adaptive radix tree (prefix-tree or compact-trie).
697
- [trie](https://github.com/derekparker/trie) - Trie implementation in Go.
698
699
### Trees
0 commit comments