Y
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
avaer
3297 days ago
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.
link
gedy
3297 days ago
Yes, but only if you aren't already transpiring minifying code such as for front end frameworks
link
avaer
3296 days ago
Which is most of the time, on the backend.
link