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?
Atom 1.6 Released with Pending Pane Items, Async Git and Top and Bottom Bar API
11–20 of 176 posts
Re: Atom 1.6 Released with Pending Pane Items, Async Git and Top and Bottom Bar API
#12I 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?
Re: Atom 1.6 Released with Pending Pane Items, Async Git and Top and Bottom Bar API
#13Earlier quoted context omitted.
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
Re: Atom 1.6 Released with Pending Pane Items, Async Git and Top and Bottom Bar API
#14This is great! I've had to associate with atom.cmd for quite a while now, which has been a bit annoying.
Re: Atom 1.6 Released with Pending Pane Items, Async Git and Top and Bottom Bar API
#15I 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?
Re: Atom 1.6 Released with Pending Pane Items, Async Git and Top and Bottom Bar API
#16I 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?
Re: Atom 1.6 Released with Pending Pane Items, Async Git and Top and Bottom Bar API
#17I 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 see this comment every time an Atom post gets on HN. Are you sure it's not just your computer specs? If Atom continually makes the HN front page then many people must be using it just fine and like it? Personally I'm not sure why we need another text editor of all things, but hey its made in javascript which is hip at the moment.
Re: Atom 1.6 Released with Pending Pane Items, Async Git and Top and Bottom Bar API
#18I 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 see this comment every time an Atom post gets on HN. Are you sure it's not just your computer specs? If Atom continually makes the HN front page then many people must be using it just fine and like it? Personally I'm not sure why we need another text editor of all things, but hey its made in javascript which is hip at the moment.
Sublime can do it easily, Atom still can't. Am I holding it wrong?
Re: Atom 1.6 Released with Pending Pane Items, Async Git and Top and Bottom Bar API
#19I 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
#20I have been ignoring the Atom hype because "geeze a programmers editor written as a big blob of JavaScript on my desktop that sounds like a dumb idea". Then I tried it and it's wonderful and magical.