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
~1
symbols
sha256:0c669f68ead3224f15b1db74d1fd00846efb2abadad89189e78af293997076e5
snapshot
~1
symbol modified
0
dead code introduced
Semantic Changes
1 symbol
0 comments
To add a comment, use the Muse CLI:
muse hub commit comment sha256:6e7658c7c77804792a4929f7f69f254db175f53c56cbea3fb370f2c9f1cea38c --body "your comment"
No comments yet. Be the first to start the discussion.