The blog for code optimization and performance tuning in C/C++ and with SSE intrinsics
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.
No comments:
Post a Comment