Skip to content

Presentation Slides and Sample Codes on the topic - Data oriented Design

Notifications You must be signed in to change notification settings

melbourne-cpp/2019-02-12-data-oriented-design

 
 

Repository files navigation

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.

About

Presentation Slides and Sample Codes on the topic - Data oriented Design

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 71.4%
  • C 28.6%