Hacker News new | ask | show | jobs
by zspitzer 3477 days ago
Is there a benchmark which tests boring real world usage? The web is littered with people complaining about the performance of dynamically adding rows to tables, especially in IE.

The good news is that the next version of Edge 15 has some really good DOM performance improvements.

https://developer.microsoft.com/en-us/microsoft-edge/platfor...

1 comments

But that's not the JS implementation - that's the DOM and layout implementation. Faster JS won't improve that.