Skip to content

Latest commit

 

History

History

data_structures

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Data Structures

A Merkle Mountain Range (MMR) is a data structure which aids in producing compact proofs for elements within the structure and cheap appends. Their design also allows for cheap and efficient data queries, particularly when reading sequential data from large datasets.

The Ethereum Merkle Patricia Tree (MPT) is a modified version of the Merkle Tree. MPTs are used in Ethereum to store accounts, transactions, receipts and storage.