FastC++: Coding Cpp Efficiently
The blog for code optimization and performance tuning in C/C++ and with SSE intrinsics
Pages
(Move to ...)
Home
Common Datatypes
Terms of Usage
▼
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.
‹
›
Home
View web version