perf: bound derived bootstrap work - #662
Merged
Merged
Conversation
Reuse one validated population across the cursor and derived projections, then release it before the independent strict replay. Persist phase-aware resource progress, preserve cancellation between bounded batches, and carry stable authority successors forward before the next bounded check.
Treat the generation descriptor stamp as its immutable publication anchor while validating the already-proven live cursor stamp. This lets bounded NTFS checks persist harmless successor cursors without quarantining a current generation on reopen.
Exercise cancellation between projection batches with an injected small test batch. Production retains the 512-row batch while cargo test avoids turning the lifecycle state-machine suite into a concurrent load test.
Use a proven stable NTFS successor for the current response when publication holds the writer lock, and defer only its persistence. Changed or indeterminate authority still fails closed, while the next idle read carries the cursor forward.
Exercise the production lifecycle on disposable D0 and L7 roots while recording progress, carrier work, retained ownership, and observed RSS without changing the frozen qualification smoke schemas.
Track decoded populations with additive RAII ownership so overlapping histories are observable, and make platform-dependent RSS availability explicit in the bootstrap receipt and documentation.
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.
Summary
Validation
just check(3,187 passed, 5 skipped)git diff --checkFollow-up
Streaming population and a deterministic post-batch crash falsifier remain explicit successor work.