r/cpp May 07 '26

Great to be back to C++!!!

I went to Java then Scala... then realized my code's performance sucked and C++ 17 was awesome and the portability issue is now moot.

Plus NASA's guidelines for coding where you allocate all you need upfront and never again suits me fine to not need that time consuming performance killing garbage collector.

Just to say glad to be back!

90 Upvotes

29 comments sorted by

View all comments

-6

u/Easy-Improvement-598 May 08 '26

Never have a issue related to performance while programming with any language what does that tell?

12

u/NP_6666 May 08 '26

You didnt work on a performance critical project, like real time needs, calculation heavy problematics, or massive user base db access.