C++: detailed analysis of the language performance (Part 2) by Guido Piasenza
In the second article we will confront performance issues caused by passing objects as parameters. A simple workhorse class Before we get into the actual examples we need to create a class we can use for our measurements and evaluations. For this purpose we create a “DynamicString” class which implements some sort of Python-like variable…