Hacker News new | ask | show | jobs
by BinaryIdiot 3355 days ago
That's pretty interesting. Do we have any comparisons on the performance of the outputted code between each? Like do they all perform identically? Are there optimizations one may do that others do not or perhaps even the opposite like a shortcut that cuts down on code but makes it perform worse? Also what about memory performance?

It's been a while since I've used closure. I may look into this to do a comparison on my current open source project and see what difference, if any, it makes.