Friday, August 28, 2015

What every programmer should know about memory

I found a pretty good document written by Ulrich Drepper about CPUs, caches and memory. The document can found here. Understanding the CPU and memory architecture of a modern computer is essential to writing fast code.