483
you are viewing a single comment's thread
view the rest of the comments
[-] eskuero@lemmy.fromshado.ws 29 points 1 month ago

As someone who only codes solutions for himself I don't relate. All the extra time I would spend writting a C solution it would never attone the runtime loses of doing it in maybe python.

[-] sxan@midwest.social 31 points 1 month ago* (last edited 1 month ago)

Anyway, this is only relevant if you're writing only for yourself. It's your poor users who suffer for your expediency.

[-] 30p87@feddit.org 1 points 1 month ago

Shaves off 1 sec and I do it 50+ times a day, checks out.

[-] adhocfungus@midwest.social 10 points 1 month ago

I used to write extensively with C++, but it has been a long time since speed mattered that much to one of my applications. I still marvel at the cache-level optimizations some people come up with, but I'm in the same mindset as you now.

My workload split of Data Movement vs Data Transformation is like 95:5 these days, which means almost all the optimizations I do are changing batch/cache/page/filter settings. I can do that in any language with http bindings, so I choose those that are faster to write.

this post was submitted on 14 Jul 2024
483 points (96.7% liked)

linuxmemes

20680 readers
522 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