Hacker News new | ask | show | jobs
by adam77 3376 days ago
is it really smaller and faster. i got the impression the payload size reduction might come at a cost to render performance?
1 comments

That's discussed in the doc (and there's some metrics). Update speed takes a (minimal) performance hit, in exchange for code size reductions.

We (and our colleagues at Google working on the web in general) find that the largest impact on performance comes from simply shipping less code.

Edit: correction: turns out our tests show we didn't take a perf hit on updates at all, and in fact ever-so-slightly improved. So win win :D