Hacker News new | ask | show | jobs
by jeremiep 3537 days ago
I've seen a game engine built on shared_ptr that had trouble getting a 2D game performing well on the PS3.

Its not that C++ will bloat your program, its that many programmers don't understand the tradeoffs of the primitives they're using, or don't have the experience or vision to see what they become at scale.

1 comments

That last bit of your sentence is a great point - no vision to see what they become at scale, ie normally monstrous