-
Notifications
You must be signed in to change notification settings - Fork 45
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
Optimize sparse Merkle subtree hashing #339
Comments
It seems like this may have inadvertently been done? Re-running the benchmarks using #334 (comment) as a baseline yields much improved times on my Ryzen 7950X, and
|
Nice! I wonder if this is due to using |
Apparently not! Here's with
Certainly faster, but not 77% faster. I can investigate into what actually caused the performance increase if you'd like? |
Brought up at #334 (comment), we can build a fully-balanced tree four times more efficiently than we can build an SMT subtree of the same size. This is reasonable for now, but we can and should optimize this better in the future.
The text was updated successfully, but these errors were encountered: