Hacker News new | ask | show | jobs
by coldtea 3992 days ago
>I'm confident that, as the performance issues that some people hit are ironed out, this flexibility will make Atom hugely popular.

It's a DOM based editor -- and they already did 2 rounds of optimizing the rendering. The performance issues wont be ironed out in the foreseeable future.

2 comments

> It's a DOM based editor

According to google, javascript will soon be able to go around the DOM for situations like this. An example was shown at codeconf recently.

I think MS Visual Studio Code has set the bar pretty high for what's possible. The DOM may be an inhibitor, but Code has shown you can still get very good performance.