Quote Originally Posted by User137
I don't know details about parameter passing, is using const faster than if passed vectors as just pointers, or is there even difference?
Same thing, but without the messy escaping, and the compiler checks that you dont change the parameters when using constant, to change use var instead.