Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 277 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 277 Bytes

gomerkt

A Merkle tree that supports concurrent operations. Refactored version of the Merkle tree implemented by @cbergoon ( https://github.com/cbergoon/merkletree )

(Currently a work in progress)

Benchmarks:

  • 10-35% faster Merkle Tree construction! (NewTreeCC vs NewTree)