this post was submitted on 29 Aug 2024
915 points (97.7% liked)

Programmer Humor

38418 readers
247 users here now

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

Rules:

founded 6 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] zik@lemmy.world 42 points 1 year ago (3 children)

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

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