-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
feat(trie): use global thread pool in async state root calculation #11057
Conversation
00c03a9
to
405fa58
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
working on thread model defo seems like right way forward. a node will need to be ran off this pr for a week or smthg though, to make sure it doesn't mess smthg up that we don't see right away, since we don't have a diagram anywhere of the current thread model of the node - unless you made one? pls share some screen shots of the metric panels after those days in this pr, comparing with public node.
405fa58
to
e330dbd
Compare
absolutely, I'm already running it on a node focusing on the
not yet, will try to prepare something, thx @emhane ! |
d38ea61
to
8032123
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this seems okay
Uses rayon's global thread pool in the async state root calculation.