this post was submitted on 06 Aug 2023
344 points (94.1% liked)

Programmer Humor

19315 readers
192 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 0 points 1 year ago* (last edited 1 year ago) (1 children)

If done correctly. Electron is slow as crap in most cases. It can be optimized but it usually isn't.

I know that Electron≠JavaScript, of course but JavaScript continous being used for stuff it shouldn't be used for

[–] [email protected] 4 points 1 year ago

I was talking specifically about NodeJS servers. JS has much better execution speed than Python due to having JIT compilation.