@Areloch
Latest commit 11398bb Jul 17, 2015 History
A lot of instances where some function args are not actually modified in any way, meaning that it is better for performance to convert them into const references. This prevents an additional copy, which can help performance.
8 contributors

Users who have contributed to this file

@crabmusket @DavidWyand-GG @just-bank @thecelloman @Azaezel @Areloch @lornemcintosh @jamesu