1 min readApr 2, 2019
I understand the spread syntax is new and I agree with you that it’ll get a better performance in the future. I’m writing a functional programming language in JS, and I’m doing lots of crazy optimizations in my code, just removing spread syntax from my code made my language 20x faster. That’s the main reason I decided to write this post and run these tests.