Memory hierarchy: Difference between revisions

Content deleted Content added
Undid revision 1086462218 by 14.99.37.242 (talk)rvt vandalism
No edit summary
Tags: Mobile edit Mobile web edit
Line 3:
{{Memory types}}
 
In [[computer architectureorganisation]], the '''memory hierarchy''' separates [[computer storage]] into a hierarchy based on response time. Since response time, complexity, and capacity are related, the levels may also be distinguished by their performance and controlling technologies.<ref name="toyzee" /> Memory hierarchy affects performance in computer architectural design, algorithm predictions, and lower level [[computer programming|programming]] constructs involving [[locality of reference]].
 
Designing for high performance requires considering the restrictions of the memory hierarchy, i.e. the size and capabilities of each component. Each of the various components can be viewed as part of a hierarchy of memories (m<sub>1</sub>, m<sub>2</sub>, ..., m<sub>n</sub>) in which each member m<sub>i</sub> is typically smaller and faster than the next highest member m<sub>i+1</sub> of the hierarchy. To limit waiting by higher levels, a lower level will respond by filling a buffer and then signaling for activating the transfer.