1And in Conclusion¶
2Textbook Readings¶
P&H 5.1-5.4, 5.8, 5.9, 5.13
3Additional References¶
Amazing Illustrations by Ketrina (Yim) Thompson: CS Illustrated Cache Handouts
4Exercises¶
True/False: If a piece of data is both in the cache and in memory, reading it from cache is faster than reading from memory
Solution
True. The cache is smaller and faster than memory.