Hacker News new | ask | show | jobs
by smandou 4150 days ago
Traceur (ES6 compiler) itself has a runtime of several hundreds kb. Nothing you can't avoid at some point. There is an overhead for sure. But in most cases, execution time is spent in native calls (Dom rendering especially).
1 comments

6to5 compiler don't have this disadvantage.