|
|
|
|
|
by lvillani
4008 days ago
|
|
It highly depends on your usage pattern. I usually have one long-lived instance of an editor for the project/thing I'm focusing on, but I also frequently fire up "temporary" instances for one-off editing jobs, from the terminal. The difference between, let's say, "subl ." (launch Sublime Text in the current directory) and "atom ." is staggering: Sublime Text starts instantly with a boatload of plugins; Atom starts nearly instantaneously but then takes around 5 seconds to become usable, without plugins, after repeated runs. (Speaking of specs, I'm on a late 2013 Retina MacBook Pro, 16 GB of RAM) |
|
I must be more tolerable to that startup time, perhaps I've even become used to it.