Closed gregglind closed 8 years ago
https://kev.inburke.com/kevin/node-require-is-dog-slow/
this suggests it's require.
require
time sh -c 'npm' is .5 sec. time sh -c 'node' is .0004 sec :)
switching to npm 3.8 fixed some of this. Referenced at npm/npm#1280. Closing as 'not worth fixing'. Tried making language compile faster. not super worth it :)
https://kev.inburke.com/kevin/node-require-is-dog-slow/
this suggests it's
require
.time sh -c 'npm' is .5 sec. time sh -c 'node' is .0004 sec :)