Various radix tree (trie) data structures.
Rust wrapper for the ANSI C Radix Tree "rax" https://github.com/antirez/rax implementation used in Redis
Rust wrapper for the ANSI C Radix Tree "rax" https://github.com/antirez/rax implementation used in Redis
A radix tree implementation for router, path search
A high-performance route matching library based on Radix Tree
The Adaptive Radix Tree
submillisecond.com cookbook recipe - data-structures: subms-adaptive-radix-tree. ART with Node4 / Node256 adaptive variants on byte-string keys.
High-performance Adaptive Radix Tree implementation with SIMD optimizations
Low-memory overhead and high-performance adaptive radix tree
A full-featured radix tree implementation
A basic radix tree implementation
A fast, memory-efficient radix tree (compressed trie) implementation in Rust with UTF-8 support