68
Hardware-Aware Coding: CPU Architecture Concepts Every Developer Should Know
(blog.codingconfessions.com)
This is a most excellent place for technology news and articles.
TL:DR: minimize randomness, group variables by access frequency, and unroll loops if your compiler doesn't do that already
Do any compilers NOT unroll loops in high optimization modes? I was under three impression this was usually unnecessary.
No clue, I was just frustrated with how much useless extended metaphor was in the article and thought I'd save people some time