#区块链#A simplified golang implementation of Ethereum's Modified Patricia Trie.
Base-16 Modified Patricia Merkle Tree (aka Trie)
Practical Algorithm to Retrieve Information Coded in Alphanumeric (PATRICIA)
A generic patricia trie (also called radix tree) implemented in Go (Golang)
A demo of Merkle Patricia Tries for Lab07
STL like container of radix tree (a.k.a. PATRICIA trie) in C++
Fast, robust and memory-savvy IP radix tree (Patricia trie) implementation in Java
#区块链#Fast Merkle-Patricia Trie (MPT) state root calculator and proof generator for prefix-sorted nibbles
Patricia Merkle Tree implementation in Rust
Static memory-efficient Trie-like structures for Python based on marisa-trie C++ library.
Garbage collector-sensitive patricia tree for IP/CIDR tagging
👓 composable trie based router
Data structure and relevant algorithms for extremely fast prefix/fuzzy string searching.
Fast, zero heap allocation Go Trie for runes or paths
Python library implementing a trie data structure.
Fast compressed trie dictionary library