Live data from Hacker News

WebKit is now 100% ES6 complete

twitter.com

1–10 of 119 posts

Re: WebKit is now 100% ES6 complete

#9
post #6

Is ES6 native much faster than transpiled?

Here's a chart: https://kpdecker.github.io/six-speed/. Often the answer is "not yet". Transpilers convert the code to ES5, which has benefited from six years or optimization. New ES6 features will take some time to catch up.

Re: WebKit is now 100% ES6 complete

#10
post #6

Is ES6 native much faster than transpiled?

From my limited anecdotal testing no. In fact it may be slower. This is a good view of this: https://kpdecker.github.io/six-speed/

However... the potential upside is size. Native code will usually be smaller, which for a web client is a win.

Post reply on HN