Hacker News new | ask | show | jobs
by programbreeding 1953 days ago
VSCode is by far the lightest Electron app I've ever used. I currently have a decent sized repo open, with a good number of plugins, and it's using 0% CPU and 12MB ram on Windows (and I haven't restarted the app in probably 2 days).

Teams on the other hand... that's a hog.

2 comments

The Panzer IV is by far the most agile and nimble medium tank I've ever used.
Does it not depend a lot on what plugins and the size of the files? I'm sitting here in a small Python repo and I am at 260MB with no files open.
Sure, plugins can be very powerful and can therefore eat up any amount of resources. If you've got a language server that's doing the work of a full-on IDE behind the scenes, resource usage will go up accordingly.

But the GP wasn't talking about plugins. They were invoking the tired trope that Electron App Go Brrr, which isn't especially true in the general case, and is emphatically not true in VSCode's case.