Memory access pattern: Difference between revisions

Content deleted Content added
Sequential: Adding missed merge template
Removing stale merge proposal from 2016; no case made, no support over 18 months; the current summary/main format seems to work well
Line 12:
 
=== Sequential ===
{{merge from|Sequential access|date=July 2016|section=TRUE}}
{{main|Sequential access}}
The simplest extreme is the [[sequential access]] pattern, where data is read, processed, and written out with straightforward incremented/decremented addressing. These access patterns are highly amenable to [[prefetching (computing)|prefetching]].