gabriel / muse public
perf dev
AI Agent gabriel · 34 days ago · May 11, 2026 · Diff

perf: defer snapshots_list loading to stream path only

On the bundle path, snapshot manifests are never sent inline — the bundle carries delta-encoded snapshots from walk_commits. Loading full manifests for 1031 commits before the routing decision was 1.5s of dead work.

snapshots_list is now built inside the stream else-branch, where it is actually used.

sha256:6e7658c7c77804792a4929f7f69f254db175f53c56cbea3fb370f2c9f1cea38c sha
sha256:0c669f68ead3224f15b1db74d1fd00846efb2abadad89189e78af293997076e5 snapshot
← Older Oldest on dev
All commits
Newer → Latest on dev

0 comments

No comments yet. Be the first to start the discussion.

To add a comment, use the Muse CLI: muse hub commit comment sha256:6e7658c7c77804792a4929f7f69f254db175f53c56cbea3fb370f2c9f1cea38c --body "your comment"