Large workspace installation slow on Windows #8489
Methuselah96
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been looking into switching from Yarn PnP to pnpm for a large workspace I have at work. I assumed that the installation time of Yarn PnP and pnpm would be fairly close, since that's what the pnpm benchmarks seem to suggest. However, when benchmarking the installation times on our work project, specifically on Windows, pnpm was noticeably slower than Yarn PnP.
I forked pnpm's benchmark tool, and added a new fixture that matches the workspace layout our large workspace. Here are the results I'm currently getting:
Windows
Linux
I'm assuming based on the fact that Windows is much slower than Linux, that the slow installation time is due to Windows file system operations being slow.
Has anyone else experienced this? Is there anything that can be done to make the package installation faster on Windows?
Beta Was this translation helpful? Give feedback.
All reactions