You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 17, 2025. It is now read-only.
Ideally, we would instead make the events in the state block part of the state snapshot and then add new timeline events in Accumulate only. This:
more accurately maps onto what upstream is telling us.
is much faster as we aren't calculating state snapshots for each 10,000s event.
This implies a third function in the accumulator between Initialise and Accumulate which can both snapshot and roll forward the timeilne in a single txn.
Ideally, we would instead make the events in the
stateblock part of the state snapshot and then add new timeline events inAccumulateonly. This:This implies a third function in the accumulator between
InitialiseandAccumulatewhich can both snapshot and roll forward the timeilne in a single txn.Originally posted by @kegsay in #196 (comment)
Original gappy state impl in #71.