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)