CppCon 2018: Stoyan Nikolov “OOP Is Dead, Long Live Data-oriented Design”

— Presentation Slides, PDFs, Source Code and other presenter materials are available at: — For decades C developers have built software around OOP concepts that ultimately failed us - we didn’t see the promises of code reuse, maintenance or simplicity fulfilled, and performance suffers significantly. Data-oriented design can be a better paradigm in fields where C is most important - game development, high-performance computing, and real-time systems
Back to Top