Skip to content

Playground for persistent, authenticated data structures

Notifications You must be signed in to change notification settings

pragmaxim/papmet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Learning Rust by implementing Persistent Authenticated Merkle Trie datastructure for holding state of decentralized software like Blockchain.

cargo run --bin papmet

There are 3 benchmarks of real storages included :

cargo run --bin firewood // Compaction-Less DB for Merkleized Blockchain State
cargo run --bin paritydb // Patricia-Merkle trie based storage backed by RocksDB
cargo run --bin merk     // Merkle AVL tree built on top of RocksDB
cargo run --bin grovedb  // Hierarchical Authenticated Data Structure on top of Merk and RocksDB

See firewood, paritydb, merk and grovedb

About

Playground for persistent, authenticated data structures

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages