PruningRadixTrie - 1000x faster Radix trie for prefix search & auto-complete
A generic patricia trie (also called radix tree) implemented in Go (Golang)
STL like container of radix tree (a.k.a. PATRICIA trie) in C++
A timed adaptive radix trie data-structure, used in SurrealKV
Fast, robust and memory-savvy IP radix tree (Patricia trie) implementation in Java
Adaptive Radix Trie implementation for fixed-length keys
A very memory-efficient trie (radix tree) implementation
Static memory-efficient Trie-like structures for Python based on marisa-trie C++ library.
Golang implementation of Radix trees
👓 composable trie based router
Data structure and relevant algorithms for extremely fast prefix/fuzzy string searching.
GoLang IP Radix Tree
Utilities and variants for styling Radix state
Adaptive Radix Trees implemented in C
Fast, zero heap allocation Go Trie for runes or paths
A radix tree implementation in ANSI C
Python library implementing a trie data structure.