Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MerkleTree works extremely slow on large trees #3

Open
david-oz opened this issue Jun 5, 2018 · 0 comments
Open

MerkleTree works extremely slow on large trees #3

david-oz opened this issue Jun 5, 2018 · 0 comments

Comments

@david-oz
Copy link

david-oz commented Jun 5, 2018

creating a merkle root with the function merkleRoot(elements) on a set of 2**20 leaves is extremely slow.
the bottleneck appears to be the bufDedup function (line 29 , index.js) .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant