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

Conversation

Zylphrex
Copy link
Member

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.

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 Zylphrex merged commit 01dc7ee into master Nov 30, 2022
@Zylphrex Zylphrex deleted the txiao/ref/eagerly-hash-stack-for-profiles branch November 30, 2022 16:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants