Memory access pattern: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 12:
At the opposite extreme is a truly random memory access pattern. A few multiprocessor systems are specialised to deal with these.
 
[[Data oriented design]] is an approach intended to maximise the locality of reference, by organising data according to how it is traversed in various stages of a program, contrasting with the more common [[object oriented]] approach.