[CppCon 2014] Data-Oriented Design and C++

The transformation of data is the only purpose of any program. Common approaches in C++ which are antithetical to this goal will be presented in the context of a performance-critical domain (console game development). Additionally, limitations inherent in any C++ compiler and how that affects the practical use of the language when transforming that data will be demonstrated. 

Presentation Slides, PDFs, Source Code and other presenter materials are available at: https://github.com/CppCon/CppCon2014



Comments

Popular posts from this blog

On why Data-Oriented Design isn't a modelling approach at all

12 tips for making the best use of your time #gamedev