Data Structure from Scratch: Memory Model
Draft expected release
1 min read
Before we implement an array or a linked list, we need a shared picture of how data lives in memory: pointers, stride, cache lines, and why layout matters as much as algorithm.
This post defines the model the rest of the series will use.