exp 184: writer residual re-split (post-159/180) — measurement - #186
Merged
Conversation
Re-ran exp 147's writer_sqlite_wall_audit on main after pipelining (159) + group commit (180). Breakdown essentially unchanged (A11c overlap SQLite 13.6% / invalidation 16.0% / residual 70.3% vs exp 147's 9.4/18.8/71.8): the audit issues writes sequentially and exp 180 coalesces only concurrent bursts, so the sequential writer path it measures is unmoved. Retires writer-residual micro-opts from the candidate list: the residual is the SDK-gated per-write round-trip; invalidation precision (14-22%) is owned by in-flight exp 160 (#155) with its traversal at floor (exp 121); dirty harvest (~4-6%, exp 182) is small; SQLite (14-38%) is mined. Next reactive-engine win = exp 160; next sequential-write reduction = shared-memory transport. No runtime code; profile-mode measurement only (Benchmark Run: none). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This was referenced Jun 18, 2026
Merged
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.
Measurement experiment (no runtime code → auto-merge eligible).
Re-ran exp 147's
writer_sqlite_wall_auditonmainafter pipelining (exp 159) + group commit (exp 180) to re-rank the next writer target.Essentially unchanged — expected: the audit issues writes sequentially (
audit_workloads.dart:167) and exp 180 coalesces only concurrent bursts, so the sequential path it measures is unmoved (exp 180's win is on the concurrent release lane, validated separately).Conclusion — retire writer-residual micro-opts:
Next reactive-engine win = exp 160; next sequential-write reduction = shared-memory transport.
🤖 Generated with Claude Code