Memory Access Patterns Are Important
11 points by mighmi
11 points by mighmi
I first learned about cache and data locality in Bob Nystrom’s Game Programming Patterns. Sometimes, it is easy to forget that something that is considered “obvious” in one circle may still be new to others.
This is a really cool article about performance optimizations via cache concerns etc.!