Data Structure from Scratch: Memory Model

Draft expected release

Author
Isaac Shannon
Tags
Series
Data Structure from Scratch

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.