Hacker News new | ask | show | jobs
by Touche 3522 days ago
Same excuse Firefox used to always make for its slowness; it's extensions fault. In the case of Atom, it's slower without any extensions installed, in my experience.
2 comments

Totally possible, since Atom's core functionality is also plugin-based. Stuff like syntax highlighting etc. IIRC.
a simple example: on vscode, opening a file from remote fs does not lock the ui, atom (and sublime) freezes. vscode is pretty concurrent! the only thing somewhat slow seems to be regex matches which are single threaded but I am not sure they lock the ui