-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
perf(engine): use ParallelProof::multiproof in StateRootTask #13260
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fgimenez
force-pushed
the
fgimenez/srt-parallel-multiproof
branch
2 times, most recently
from
December 13, 2024 09:27
2dcc160
to
b44ff11
Compare
fgimenez
added
C-perf
A change motivated by improving speed, memory usage or disk footprint
A-blockchain-tree
Related to sidechains, reorgs and pending blocks
A-trie
Related to Merkle Patricia Trie implementation
labels
Dec 13, 2024
fgimenez
requested review from
rkrasiuk,
mattsse,
Rjected and
gakonst
as code owners
December 13, 2024 14:39
shekhirin
reviewed
Dec 13, 2024
fgimenez
force-pushed
the
fgimenez/srt-parallel-multiproof
branch
from
December 17, 2024 09:59
9bf7a4d
to
22cf1b8
Compare
fgimenez
changed the base branch from
main
to
fgimenez/chunked-parallel-multiproof
December 17, 2024 09:59
shekhirin
requested changes
Dec 17, 2024
fgimenez
force-pushed
the
fgimenez/chunked-parallel-multiproof
branch
from
December 17, 2024 15:27
1fdf1ca
to
d2372a3
Compare
fgimenez
force-pushed
the
fgimenez/srt-parallel-multiproof
branch
from
December 17, 2024 15:29
962be85
to
89333b9
Compare
fgimenez
force-pushed
the
fgimenez/chunked-parallel-multiproof
branch
from
December 17, 2024 16:01
05c1a3d
to
4514574
Compare
fgimenez
force-pushed
the
fgimenez/srt-parallel-multiproof
branch
from
December 17, 2024 16:05
89333b9
to
ef38e76
Compare
fgimenez
force-pushed
the
fgimenez/chunked-parallel-multiproof
branch
from
December 18, 2024 06:22
4514574
to
37fb95f
Compare
fgimenez
force-pushed
the
fgimenez/srt-parallel-multiproof
branch
from
December 18, 2024 07:44
ef38e76
to
dd5d1f4
Compare
fgimenez
force-pushed
the
fgimenez/srt-parallel-multiproof
branch
2 times, most recently
from
December 18, 2024 08:11
2691434
to
6fb7b31
Compare
fgimenez
force-pushed
the
fgimenez/chunked-parallel-multiproof
branch
from
December 18, 2024 20:52
37fb95f
to
52f9ae3
Compare
fgimenez
force-pushed
the
fgimenez/srt-parallel-multiproof
branch
from
December 18, 2024 21:08
6fb7b31
to
8b32977
Compare
shekhirin
approved these changes
Dec 18, 2024
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.
nit
shekhirin
reviewed
Dec 19, 2024
rkrasiuk
approved these changes
Dec 19, 2024
Base automatically changed from
fgimenez/chunked-parallel-multiproof
to
main
December 19, 2024 12:02
fgimenez
force-pushed
the
fgimenez/srt-parallel-multiproof
branch
from
December 19, 2024 12:10
deef662
to
e534cb8
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-blockchain-tree
Related to sidechains, reorgs and pending blocks
A-trie
Related to Merkle Patricia Trie implementation
C-perf
A change motivated by improving speed, memory usage or disk footprint
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Requires #13416
Proof::overlay_multiproof
->ParallelProof::multiproof