<?xml version="1.0" encoding='utf-8'?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<card id="card1" title="Stride of an array - Page 2 - Wikipedia">
<p>
<a accesskey="1" href="page.php?w=stride_of_an_array&amp;p=1">1.Previous</a><br />
<a accesskey="3" href="page.php?w=stride_of_an_array&amp;p=3">3.Next</a>
</p>

<p>An array with stride of exactly the same size as the size of each of its elements is contiguous in memory. Such arrays are sometimes said to have <b>unit stride</b>. Unit stride arrays are sometimes more efficient than non-unit stride arrays, but non-unit stride arrays can be more efficient for <a href="page.php?w=2D_array">2D</a> or <a href="page.php?w=multi-dimensional_array">multi-dimensional array</a>s, depending on the effects of <a href="page.php?w=CPU_cache">caching</a> and the <a href="page.php?w=memory_access_pattern">access pattern</a>s</p><p>
<a accesskey="1" href="page.php?w=stride_of_an_array&amp;p=1">1.Previous</a><br />
<a accesskey="3" href="page.php?w=stride_of_an_array&amp;p=3">3.Next</a>
</p>

<do type="prev" label="Search">
        <go href="search.wml"/>
</do>

</card>
</wml>
