-
Notifications
You must be signed in to change notification settings - Fork 464
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
Parallel Trie Branch KeyGeneration #7048
Conversation
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.
Why this can only be supported for the root key?
🤔 idea was only single level of Parallism, not sure how Parallel.For performs if recursed at each level. Will test |
Doesn't it fall into poor parallelism category? Also: how many cores one can expect? |
In what regard? Isn't it Embarrassingly Parallel? Am more concerned about blocking threads from 16^N splits |
Changes
Before 7+% of block processing
After 1.5% of block processing
Types of changes
What types of changes does your code introduce?
Testing
Requires testing