The structure I’m passing around contains ten kilobytes of data, there has to be a way to pass it by reference, it will be a performance issue if I can’t.
1 Like
The structure I’m passing around contains ten kilobytes of data, there has to be a way to pass it by reference, it will be a performance issue if I can’t.