mozilla / self-repair-server

This project is now EOL, replaced by Normandy Recipe Server.
6 stars 11 forks source link

compile is slow #257

Closed gregglind closed 8 years ago

gregglind commented 8 years ago

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 :)

gregglind commented 8 years ago

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 :)