Jump to content

Stride of an array

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 207.70.164.210 (talk) at 07:28, 14 November 2003. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

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.