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

Do not recompute hashes on ledger commit #15979

Merged

Commits on Aug 26, 2024

  1. Do not recompute hashes on ledger commit

    Problem: recomputation of hashes is costly and is absolutely nonsensical
    when we commit child ledger to parent.
    
    Solution: provide hashes map from child to parent to be used in
    operation of hash recomputation for the accounts being added.
    
    This change improved performance of transaction application for
    9-account-update transactions by ~20% (as measured on a laptop).
    georgeee committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    86c83e8 View commit details
    Browse the repository at this point in the history