+ 1
Which is faster call by value or call by reference ?
2 ответов
+ 2
Call by reference in some, both equally fast to execute in others...
It all depends on the code inside...
In new compilers though, this difference is in the matter of milliseconds...
+ 2
For small amounts of data value is faster. For structs and classes that arent small, reference is faster