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

lock contention in TriePrefetchingStorage::retrieve_raw_bytes #11085

Open
nagisa opened this issue Apr 16, 2024 · 0 comments
Open

lock contention in TriePrefetchingStorage::retrieve_raw_bytes #11085

nagisa opened this issue Apr 16, 2024 · 0 comments

Comments

@nagisa
Copy link
Collaborator

nagisa commented Apr 16, 2024

There is some non-trivial lock contention (7.1% of execution time) in prefetcher somewhere. Note though that this does not affect the critical path in contract execution, but it may result in prefetcher being slower than it ought to be.

@nagisa nagisa changed the title lock contention in TriePrefetchingStorage::retrieve_raw_bytes lock contention in TriePrefetchingStorage::retrieve_raw_bytes Apr 16, 2024
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