Patricia Trie
Cryptography
1 references
A radix tree variant used to efficiently store and verify key-value mappings. Ethereum uses Patricia tries (and variants) to represent state and support proofs.
Appears in 1 whitepaper sections
Related Stories
Technical Explainer
Merkle Trees: The Data Structure That Makes Blockchains Possible
How hash trees enable efficient verification of massive datasets, from Bitcoin's SPV to Ethereum's state tries and beyo…
Technical ExplainerEthereum's State Machine: Accounts, Storage, and the World State Trie
How Ethereum tracks every contract and account using Merkle Patricia Tries, and why state management is the chain's big…