(no title)
juandopazo | 9 years ago
Actually, ES6 is not running at full speed in Node yet. So there are still some performance benefits on transpiling.
juandopazo | 9 years ago
Actually, ES6 is not running at full speed in Node yet. So there are still some performance benefits on transpiling.
iends|9 years ago
spinlock|9 years ago
It's funny, my big a-ha moment on performance happened when I was working at a bank and could only code in vba (i.e. excel). All of a sudden -- even on small data sets -- O(n^2) was unacceptable and I needed to think about algorithms to get to O(nlgn).