1
vote
Long lists of pass-by-ref parameters versus wrapper types.
Worrying about the relative execution speed of those two options is probably a premature optimization. Focus on getting the algorithm correct first, and having clean, maintainable code. When that's …
