prefix-tree topic
matchit
A high performance, zero-copy URL router.
trie
A Trie implementation in Go meant for auto-completion use cases. Supports Levenshtein distance search.
trie
Trie (a.k.a. prefix tree) C# implementation. Has constant-time string prefix lookup.
AdderCircuitGenerator
This script generates and analyzes prefix tree adders.
simtrie
An efficient data structure for fast string similarity searches
prefixtree
A prefix tree (trie) implementation in go
radixtree
adaptive radix tree (a.k.a prefix tree or compact trie)
csharp-trie
A trie (prefix tree) data structure implementation in C#.
DynSDT
Dynamic Score-Decomposed Tries which more efficiently solve the prefix autocomplete problem