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

ref(profiling): Eagerly hash stack for profiles #1755

Merged
merged 3 commits into from Nov 30, 2022

Commits on Nov 24, 2022

  1. ref(profiling): Eagerly hash stack for profiles

    Hashing the stack is an expensive operation and the same stack is used for
    parallel transactions happening on various threads. Instead of hashing it each
    time it's used.
    Zylphrex committed Nov 24, 2022
    Copy the full SHA
    7ec87fc View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2022

  1. run black

    Zylphrex committed Nov 25, 2022
    Copy the full SHA
    26f2cfe View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

  1. Copy the full SHA
    c9b9d31 View commit details
    Browse the repository at this point in the history