pnpm / supi

Fast, disk space efficient installation engine. Used by pnpm
MIT License
24 stars 5 forks source link

Performance improvement of nameless installation with --shamefully-flatten #43

Closed etamponi closed 6 years ago

etamponi commented 6 years ago

This performance issue only applies when shamefullyFlatten is true.

Right now each nameless installation is followed by a named installation to make sure we reflatten all the packages. It might be possible to avoid running the installation twice.

etamponi commented 6 years ago

This issue is resolved in latest master