Skip to content

Commit e49b150

Browse files
authored
Add radixtree link to README
Added link to adaptive radix tree implementation.
1 parent 05a9875 commit e49b150

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -693,6 +693,7 @@ additional ordered map implementations.
693693
- [mspm](https://github.com/BlackRabbitt/mspm) - Multi-String Pattern Matching Algorithm for information retrieval.
694694
- [parsefields](https://github.com/MonaxGT/parsefields) - Tools for parse JSON-like logs for collecting unique fields and events.
695695
- [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).
696697
- [trie](https://github.com/derekparker/trie) - Trie implementation in Go.
697698

698699
### Trees

0 commit comments

Comments
 (0)