This repository contains slides and sample codes used for the Melbourne C++ meetup presentation on Data-Oriented Design.
The presentation focuses on the following sub-topics:
- CPU Cache utilisation
- Memory alignment
- 'False sharing' in Multithreading
Each sub-topic was demonstrated using codes which were built and tested with MSVC 2017 using x64 Release configuration.