479
you are viewing a single comment's thread
view the rest of the comments
[-] Ephera@lemmy.ml 65 points 1 month ago

Honestly, it's still ridiculous to me how slow Python, Java, JS, Ruby etc. continue to feel, even after decades of hardware optimizations. You'd think their slowness would stop being relevant at some point, because processors and whatnot have become magnitudes faster, but you can still feel it quite well, when something was implemented in one of those.

[-] Urist@lemmy.ml 41 points 1 month ago

Many of these have C-bindings for their libraries, which means that slowness is caused by bad code (such as making a for loop with a C-call for each iteration instead of once for the whole loop).

I am no coder, but it is my experience that bad code can be slow regardless of language used.

[-] aluminium@lemmy.world 7 points 1 month ago

At least with Java, its the over(ab)use of Reflections and stuff like dependency injection that slows things down to a crawl.

load more comments (17 replies)
load more comments (39 replies)
this post was submitted on 14 Jul 2024
479 points (96.7% liked)

linuxmemes

20363 readers
410 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS