Class Central is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

YouTube

Data-Oriented Design in Practice

code::dive conference via YouTube

Overview

Explore data-oriented design as a superior alternative to object-oriented programming in C++ for high-performance applications in this code::dive 2018 conference talk. Delve into practical examples from modern web browsers, comparing OOP systems in Chrome with the data-oriented approach in the HTML renderer Hummingbird. Learn how to redesign real-world C++ OOP systems using data-oriented principles to achieve better performance, scalability, maintainability, and testability. Examine CSS animations, animation controllers, and style solving to understand the benefits of data-oriented design. Analyze performance, scalability, and testability improvements, while also considering potential downsides and appropriate use cases for OOP. Gain insights into applying data-oriented design in game development, high-performance computing, and real-time systems.

Syllabus

Intro
Agenda
Objectoriented design
Dataoriented design
Good objectoriented
CSS animations
CSS animation definition
Animation class
Animation code
Update method
If content
Updating animations
Interpolate
Animation
Recap
Another approach
Animation controller
Two approaches
Arrays
Avoid branches
Adding an API
In the controller
Key points
Style solving
Data oriented design
Gather children
Set
Classification
Nodes
Results
Performance analysis
Scalability
Conjoint operation
Testability
Modifyability
Downsides
When do we objectoriented program
Conclusion
QA

Taught by

code::dive conference

Reviews

Start your review of Data-Oriented Design in Practice

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.