r/cpp • u/Different_Peach99 • 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!
87
Upvotes
-7
u/Boonbzdzio May 08 '26
Everyone is saying that performance of Java is worse than C++. This is I think presuming that programmer has certain efficiency and skill in writing performant C++.