Hacker News new | ask | show | jobs
by lpsz 3708 days ago
I tried VS Code the other day after the big announcement but "Electron Helper" or something was routinely taking up 2-3% CPU, eating the battery. Why is there even a separate helper process? Will try again in a few months, I guess.
1 comments

There's a separate helper process because Electron is based on Chromium, which has a multiprocess architecture - AFAIK "Electron Helper" is the same thing as "Google Chrome Helper". No idea about the CPU.