diff --git a/notes/12.md b/notes/12.md new file mode 100644 index 0000000..cf06e3f --- /dev/null +++ b/notes/12.md @@ -0,0 +1,14 @@ +# Memory + +## Memory Hierachies + +Storage media typically trades off speed with capacity + + +## Locality + +* **Temporal Locality**: recently referenced items are likely to be referenced again soon +* **Spaitial Locality**: items with nearby addresses are tend to be referenced close together in time + +## Cache Concepts +