Using pass-by-const-reference
I changed all the complex objects passed by value into const references. This should be more efficient for objects larger than a few times a pointer.
Loading
Please sign in to comment
I changed all the complex objects passed by value into const references. This should be more efficient for objects larger than a few times a pointer.