Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 422 Bytes

File metadata and controls

13 lines (7 loc) · 422 Bytes

CppMeetup-Feb-2019-Data-Oriented-Design

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.