|
|
|
|
|
by phrz
2967 days ago
|
|
It's probably so obvious that it does not merit a formal test. Atom and Vscode run on Electron, an entire instance of the chromium browser that renders the UI in HTML and CSS and uses JS for logic. Sublime Text is a native application with a much more efficient system for rendering the UI that does not involve web technologies. Open any of these editors for yourself and note the CPU usage: it's a disparity representative of a web browser (which atom and vscode are!) versus a simple text editor. |
|