-
-
Notifications
You must be signed in to change notification settings - Fork 220
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RFC: Move to pnpm #2771
Comments
Not sure to move to pnpm. Might be too early
So in the end, yarn still rocks for this repo example and covers most needs... the one lacking most is pnpm deploy (but it's okay with standalone support in nextjs or turbo with docker) Benchmarks📥 Install speedMeasured through github actions. See latest run
With cache
Without cache
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is it worthy to move to pnpm and reduce carbon emissions ?
WIP PR in #2765
Criteria
Checklist
Tested on this monorepo with nextjs 12.3.1. At first sight pnpm is faster, but going into details... not sure.
PS: locally bench were done with hyperfine, timings on github are based on few runs and include the install and the action/cache (de-)compression. As yarn already compress the archives, the post compression is very fast (zstd is disabled for files that does not compress)
Links
The text was updated successfully, but these errors were encountered: