this post was submitted on 29 Aug 2024
923 points (97.6% liked)

Programmer Humor

32396 readers
653 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
[–] [email protected] 42 points 2 months ago (3 children)

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

[–] [email protected] 5 points 2 months ago
[–] [email protected] 4 points 2 months ago

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