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.
The talk will briefly introduce data-oriented design and focus on practical real-world examples of applying DoD where previously OOP constructs were widely employed.
Examples will be shown from modern web browsers. They are overwhelmingly written in C with OOP - that’s why most of them are slow memory hogs. In the talk I’ll draw parallels between the design of systems in Chrome and their counterparts in the HTML renderer Hummingbird. As we’ll see, Hummingbird is multiple time
1 view
248
92
4 months ago 00:06:22 23
Lightning Talk: Let’s Write a Lambda in C++ - Ben Deane - CppCon 2023
1 year ago 01:00:44 2
CppCon 2018: Vinnie Falco “Get rich quick! Using WebSockets and Networking TS”
1 year ago 01:29:16 1
Delivering Safe C++ - Bjarne Stroustrup - CppCon 2023
2 years ago 01:00:46 1
CppCon 2018: Stoyan Nikolov “OOP Is Dead, Long Live Data-oriented Design”
3 years ago 01:06:26 1
CppCon 2018: James McNellis “Unwinding the Stack: Exploring How C++ Exceptions Work on Windows”
3 years ago 01:03:19 9
CppCon 2018: Jason Turner “Applied Best Practices”
4 years ago 01:28:34 1
CppCon 2018: Kate Gregory “Simplicity: Not Just For Beginners”
4 years ago 01:03:24 3
CppCon 2018: Jefferson Amstutz “Compute More in Less Time Using C++ Simd Wrapper Libraries”
5 years ago 01:01:14 1
CppCon 2018: Kate Gregory “What Do We Mean When We Say Nothing At All?”
5 years ago 00:33:47 2
CppCon 2018: “Compiling Multi-Million Line C++ Code Bases Effortlessly with the Meson Build System“
5 years ago 01:38:32 1
CppCon 2018: Bjarne Stroustrup “Concepts: The Future of Generic Programming (the future is here)”
6 years ago 01:27:35 1
CppCon 2018: Chandler Carruth “Spectre: Secrets, Side-Channels, Sandboxes, and Security”
6 years ago 01:01:00 1
CppCon 2018: Simon Brand “How C++ Debuggers Work”
6 years ago 01:02:20 1
CppCon 2018: Boris Kolpackov “What to Expect from a Next-Generation C++ Build System”
6 years ago 00:58:40 1
CppCon 2018: Nathan Sidwell “C++ Modules”
6 years ago 00:26:31 1
CppCon 2018: Arthur O’Dwyer “Return Value Optimization: Harder Than It Looks”
6 years ago 00:58:42 1
CppCon 2018: Christopher Di Bella “How to Teach C++ and Influence a Generation”
6 years ago 00:58:20 4
CppCon 2018: “TheLandscape and Exciting New Future of Safe Reclamation for High Performance”
6 years ago 01:08:40 1
CppCon 2018: Louis Dionne “Compile-time programming and reflection in C++20 and beyond”