index.md (305B)
1 +++ 2 title = 'Memory hierarchy' 3 +++ 4 # Memory hierarchy 5 static RAM is fast, but larger cells with higher power consumption 6 7 DRAM is reasonable cost, but affordable size is still too small 8 9 Disks are reasonable cost, but much slower 10 11 therefore, combine! 12 13 memory hierarchy: 14 15 ![screenshot.png](screenshot.png)