Memory Access Patterns Are Important

11 points by mighmi


LesleyLai

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.

mighmi

This is a really cool article about performance optimizations via cache concerns etc.!