FCR optimization part2: Reuse cached checkpoint states and parallelize fast confirmation scoring - #11214
Draft
zilm13 wants to merge 3 commits into
Draft
FCR optimization part2: Reuse cached checkpoint states and parallelize fast confirmation scoring#11214zilm13 wants to merge 3 commits into
zilm13 wants to merge 3 commits into
Conversation
Memoize the per-slot calculator queries (slot committees and ranges, adversarial weight and safety threshold per balance source, current target score, honest FFG support, equivocator set) and score a whole chain segment in a single pass over the active validator set instead of one pass per block. Add a JMH benchmark covering both scoring paths. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Load the pulled-up head state through the store's checkpoint-state
cache instead of replaying the epoch transition, read a flat
zeroed-balances list instead of materializing validators, resolve each
distinct latest message once, and chunk the vote scan across the common
pool. Prefetch the next epoch's balance source off the critical path at
epoch boundaries.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
PR Description
On top of #11212, which should be merged first:
Reuse cached checkpoint states and parallelize fast confirmation scoring
Fixed Issue(s)
Documentation
doc-change-requiredlabel to this PR if updates are required.Changelog