Excessive copying in C++ and your program’s speed Posted on September 26, 2020March 19, 2022Author Ivica BogosavljevićPosted in C++ Performance, PerformanceLeave a ReplyWe talk about C++ and its weakness for temporary objects and excessive copying. We also give some tips on how to avoid them and make your program faster.