Links
Here are some of articles/posts/videos that have stuck with me throughout the year(s).
- Data Oriented Design and C++ - Mike Acton
- When programming, it's often easy to forget the trivial fact that programs exist to transform data. This video was a great reminder of how to actually take advantage of the compiler and hardware (via the memory hierarchy) to improve performance.
- Practical Data Oriented Design - Andrew Kelley
- Similar to the Acton's 2014 CppCon talk, except it actually goes through best-practices to help achieve DOD.