perf: optimize package store symlink creation#2401
Conversation
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
33b0187 to
9d073e3
Compare
34e126c to
a541a86
Compare
a541a86 to
74f454e
Compare
The same as #2401 ### Changes are visible to end-users: no ### Test plan - Covered by existing test cases



We waste a fair bit of analysis time computing what these symlink targets should be, but we can do this much more directly.
Before:

After:

Changes are visible to end-users: no
Test plan
existing tests