Hacker News new | ask | show | jobs
by meroje 3297 days ago
Yes, and install speed too since you're writing the files once
1 comments

Runtime speed also. Requiring only one copy means only one instance is parsed and optimized by the js engine. Which saves time and heats cache.
Yes, but only if you aren't already transpiring minifying code such as for front end frameworks
Which is most of the time, on the backend.