placeholder

A cache miss is not a cache miss

When writing performant code, we are careful to avoid cache misses when possible. When discussing cache misses, however, we are usually content with counting the number of cache misses. In this post I will explain why this is not sufficient, as data dependency also make a huge difference.

Click to view the original at larshagencpp.github.io