Skip to content

Speed up replay hot paths - #255

Closed
smcio wants to merge 4 commits into
Overclock-Validator:alpenglow-devfrom
smcio:agent/replay-performance
Closed

Speed up replay hot paths#255
smcio wants to merge 4 commits into
Overclock-Validator:alpenglow-devfrom
smcio:agent/replay-performance

Conversation

@smcio

@smcio smcio commented Jul 25, 2026

Copy link
Copy Markdown
Collaborator
  • compute and reuse immutable transaction message identities instead of repeatedly serializing and hashing messages
  • batch and selectively cache AccountsDB reads, use bounded Pebble iterator ranges, and expose detailed loader/cache/index timings
  • publish fold state through a short pending-view boundary so account readers do not wait through Pebble index commit/fsync
  • remove the residual global modified-account publication lock when the overlay delta is already authoritative
  • skip redundant LtHash input deduplication for the already-unique overlay delta
  • avoid repeatedly decoding full account-record manifests during transaction-status checkpoint retention
  • add detailed transaction publication, sysvar read, vote reward, LtHash, and BankHash diagnostics

@smcio smcio closed this Jul 25, 2026
@smcio
smcio deleted the agent/replay-performance branch July 25, 2026 08:40
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

Successfully merging this pull request may close these issues.

1 participant