Monday, July 11, 2011

Which one of these functions in c is faster when passing a 2d array to a function?

There's no particular reason to expect either of them to be faster than the other. Forget about microscopic difference in speed that might even change from machine to machine and version to version and concentrate on writing clear, easy to understand code.

No comments:

Post a Comment