Evaluating array reference performance: row-major vs. column-major order

made by Fabrizzio, submitted by davidbalbert
A deep dive into the performance characteristics of accessing multidimensional arrays in row-major order vs column-major order. Cache misses, cycle counts, etc.