This term is part of the glossary of the open catalog of best practice rules for performance that is automatically detected and reported by Codee.
A memory access follows a linear pattern when it accesses consecutive memory locations in a sequential order.
for (i=0; i<SIZE; ++i) {
A[i]= …
}

Building performance into the code from day one with Codee