this post was submitted on 12 Dec 2023
937 points (98.8% liked)

Programmer Humor

32061 readers
1180 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 104 points 9 months ago (17 children)

There's no such thing as a efficient electron app. First electron apps have 80MB of overhead since electron needs to bundle a whole ass browser. Also in runtime this requires 120MB of ram.

If you really want to use webviews to make an app use Tauri.

[–] [email protected] 19 points 9 months ago (11 children)

The literal most popular IDE amongst software developers is VS Code that's built on Electron.

[–] [email protected] 50 points 9 months ago (6 children)

I know. I also use VSCode. However I just hate how much ram it uses. I had a Laptop with 4Gb of ram and I could not open VsCode on that thing when I had literally anything else open because the system would freeze.

Just because VsCode uses Electron doesn't mean that Electron is not bad

load more comments (3 replies)
load more comments (7 replies)
load more comments (12 replies)