docs(agents): record the 2026-08-27 perf-audit refresh and the open SqlFile fsync cheap fix - #898
Merged
Merged
Conversation
…qlFile fsync cheap fix Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_012SCLy9y7aUR7F44Q7UviGo
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.
Weekly AGENTS.md/DEVELOPING.md audit. Only one change since the 2026-08-27 pass (#897): issue #625's perf audit was refreshed the same morning.
agents/DEVELOPING.mdfrom "refreshed 2026-08-20" to 2026-08-27 and record the run's verdict (no new source-caused regressions; flagged rows are the chronicBagOfHoldingH5Fileper-op open cost or noise).Sqlfsyncs once per key onsave/evictbecause_configure_sqlite_pragmas(src/fleche/storage/sql.py:190-227) setsjournal_mode=WALbut nosynchronouspragma; the cheap fix (PRAGMA synchronous=NORMAL) has been flagged in every audit since 2026-05-07. Verified against the source — the function sets onlyforeign_keysandjournal_mode.Everything else checked and current: no merges to
mainsince #897; open PRs (#873, #874, #887, #892, #894, #896, #797, #786, #804) and issues (#893, #895, #625) are all already recorded.eisenforschung/landauwas audited in the same pass and needs no update (nothing landed since its 2026-08-25 pass; in-flight PRs #391/#394/#395/#414/#422 unchanged; spot-checked claims hold).Generated by Claude Code