You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
perf(sea): read SEA blob once and share buffer across targets
bake() previously reloaded the prep blob from disk per target inside
Promise.all, causing N redundant reads and N peak buffer copies on
multi-target builds. Read once before the loop and pass the shared
Buffer into bake().
Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
0 commit comments