Conversation
Instruction Count Benchmark Results
Deterministic metrics — reproducible across runs (34 benchmarks)
Cache-dependent metrics — expect fluctuations between runs (34 benchmarks)
|
If the caller's future is dropped between `write_batch` landing in storage and `post_save` refreshing the in-memory register views, the views' cached `stored_value` goes stale while storage has advanced. Setting the poison flag up front and clearing it only after `save` fully returns makes the poison sticky on both error and cancellation, so the next access evicts and reloads from storage. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Motivation
Proposal
Test Plan
Release Plan
devnetbranch, thentestnetbranch, thendevnetand release a newSDK soon.
Links