hihi24522@lemm.ee to Programmer Humor@lemmy.ml · 2 months agoWe have been played for foolshexbear.netimagemessage-square9fedilinkarrow-up111arrow-down10file-text
arrow-up111arrow-down1imageWe have been played for foolshexbear.nethihi24522@lemm.ee to Programmer Humor@lemmy.ml · 2 months agomessage-square9fedilinkfile-text
minus-squarepelya@lemmy.worldlinkfedilinkarrow-up1·2 months agoC++ is fiiiiine. Just use the modern variant of the language, don’t bother with hand-optimizing your memory allocators, and generally avoid anything involving pointer arithmetics. So, basically, use it like you would use Python.
minus-squareraspberriesareyummy@lemmy.worldlinkfedilinkarrow-up2·2 months ago So, basically, use it like you would use Python. That’s a great way to get performance as shitty as python’s.
minus-squarezik@lemmy.worldlinkfedilinkarrow-up0·2 months agoC++ can do a lot of things but one thing it can’t do is perform as poorly as python.
C++ is fiiiiine. Just use the modern variant of the language, don’t bother with hand-optimizing your memory allocators, and generally avoid anything involving pointer arithmetics. So, basically, use it like you would use Python.
That’s a great way to get performance as shitty as python’s.
C++ can do a lot of things but one thing it can’t do is perform as poorly as python.