this post was submitted on 29 Aug 2024
890 points (97.8% liked)

Programmer Humor

32041 readers
936 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
[–] zik@lemmy.world 40 points 2 weeks ago (3 children)

C++ can do a lot of things but one thing it can't do is perform as poorly as python.

[–] raspberriesareyummy@lemmy.world 3 points 2 weeks ago

Not quite, but smart pointers in the wrong location can be quite wasteful in terms of CPU cycles.