Live data from Hacker News

Atom 1.6 Released with Pending Pane Items, Async Git and Top and Bottom Bar API

blog.atom.io

1–10 of 176 posts

Re: Atom 1.6 Released with Pending Pane Items, Async Git and Top and Bottom Bar API

#4
post #3

I don't really want more features for Atom. I just want it to be faster. Right now it's incredibly sluggish compared to e.g. Sublime. Is there any hope on this front, or are the performance issues intrinsic?

VS Code is also a Chrome window disguised as an app but runs much better, so there's definitely things the Atom/Electron team can do.

Re: Atom 1.6 Released with Pending Pane Items, Async Git and Top and Bottom Bar API

#5
post #3

I don't really want more features for Atom. I just want it to be faster. Right now it's incredibly sluggish compared to e.g. Sublime. Is there any hope on this front, or are the performance issues intrinsic?

It's a browser so I doubt it. On the other hand you get lots of developers and fast feature development/bug fixing.

Re: Atom 1.6 Released with Pending Pane Items, Async Git and Top and Bottom Bar API

#6
post #3

I don't really want more features for Atom. I just want it to be faster. Right now it's incredibly sluggish compared to e.g. Sublime. Is there any hope on this front, or are the performance issues intrinsic?

I agree. If they could just focus on stability and performance until it's not longer an issue then I would not care about "new features" considering most plugins handle most of what you need anyway.

Re: Atom 1.6 Released with Pending Pane Items, Async Git and Top and Bottom Bar API

#7
post #4
post #3

I don't really want more features for Atom. I just want it to be faster. Right now it's incredibly sluggish compared to e.g. Sublime. Is there any hope on this front, or are the performance issues intrinsic?

VS Code is also a Chrome window disguised as an app but runs much better, so there's definitely things the Atom/Electron team can do.

I used to think it was faster but for some reason on Linux Mint when I open small source files it just goes berserk and freezes up completely. No idea what would cause it.

Re: Atom 1.6 Released with Pending Pane Items, Async Git and Top and Bottom Bar API

#8
post #3

I don't really want more features for Atom. I just want it to be faster. Right now it's incredibly sluggish compared to e.g. Sublime. Is there any hope on this front, or are the performance issues intrinsic?

Sublime is written in C++ while Atom is written in JavaScript. Atom is going to be slow by design.

Emacs uses 'slow" elisp to implement major functionality, but the critical functionality is written in C. Perhaps that approach could be taken with Atom?

Re: Atom 1.6 Released with Pending Pane Items, Async Git and Top and Bottom Bar API

#9
post #4
post #3

I don't really want more features for Atom. I just want it to be faster. Right now it's incredibly sluggish compared to e.g. Sublime. Is there any hope on this front, or are the performance issues intrinsic?

VS Code is also a Chrome window disguised as an app but runs much better, so there's definitely things the Atom/Electron team can do.

VS code runs on electron, so it's really just atom itself, not electron, that must be the bottleneck
Post reply on HN