Stride of an array
Appearance
The number of locations in memory between successive array elements.
Often called increment or stepsize.
Sometimes measured in units of an array's elements.
A unit stride array is more efficient than a nonunit stride array with respect to caches.