Large routine arguments
Posted: Fri Feb 20, 2009 4:15 pm
Just wondering if I should be concerned about something.
I'm taking a routine that passes in as one of its arguments a dynamic array of indeterminate size and modifying it to take three arrays. I really can't say how large is 'large' as they will change in size from run to run and call to call but I don't think it would be anything I'd consider exceptionally large. So... anything to worry about, performance wise, ya think?
I'm taking a routine that passes in as one of its arguments a dynamic array of indeterminate size and modifying it to take three arrays. I really can't say how large is 'large' as they will change in size from run to run and call to call but I don't think it would be anything I'd consider exceptionally large. So... anything to worry about, performance wise, ya think?