Introduction to Data Oriented Design
Gives an introduction to what Data-Oriented Design is and what the benefits are.
- Overview of how memory vs CPU speed has changed over the years
- Rewriting an simple Object Oriented function to be Data Oriented
- Showing the cost of doing a simple calculation compared to the cost of reading from memory
