issues
search
txaty
/
go-merkletree
Go Merkle Tree. High performance, Supporting parallel run, OpenZeppelin sorting pairs.
https://pkg.go.dev/github.com/txaty/go-merkletree
MIT License
114
stars
18
forks
source link
Dev/performance improvement
#3
Closed
txaty
closed
2 years ago
txaty
commented
2 years ago
Refactor
Change New method to New(config, blocks) rather than New(blocks, config),
Replace node struct with []byte,
Precompute tree depth for proof neighbor slice allocation,
Fix err handling.
Refactor