Practice Test Geeks home

CS Performance Optimization 2

A program repeatedly accesses a 2D array column-by-column instead of row-by-row in a row-major language like C.
What is the primary performance cost?

Select your answer