Y
Hacker News
new
|
ask
|
show
|
jobs
by
ffffruit
5283 days ago
Surely one can a) minify b) remove 'unwanted' services from the file in order to speed things up?
2 comments
freyfogle
5283 days ago
Actually with mapstraction v2 you load only the libraries you need by default.
link
beaumartinez
5283 days ago
Browsers still have to interpret the JS—I'd wager that in these situation performance (especially on less optimised JS engines) is CPU bound, not IO bound
link