Breaking Dependencies - Type Erasure - The Implementation Details
Offered By: NDC Conferences via YouTube
Course Description
Overview
Dive into the powerful design pattern of Type Erasure in this 55-minute conference talk by Klaus Iglberger at NDC Conferences. Explore the implementation details of Type Erasure, a technique praised by experts like Eric Niebler for its superiority over inheritance in dependency management. Learn how to create both owning and non-owning Type Erasure Wrappers in just ~20 lines of code. Discover performance optimization strategies, including manual implementation of virtual functions and Small Buffer Optimization (SBO). Gain comprehensive knowledge to implement and utilize Type Erasure in your own C++ projects, reducing coupling between software entities and improving overall code design.
Syllabus
Breaking Dependencies: Type Erasure - The Implementation Details - Klaus Iglberger
Taught by
NDC Conferences
Related Courses
Computer GraphicsUniversity of California, San Diego via edX Intro to Parallel Programming
Nvidia via Udacity Initiation à la programmation (en C++)
École Polytechnique Fédérale de Lausanne via Coursera C++ For C Programmers, Part A
University of California, Santa Cruz via Coursera Introduction à la programmation orientée objet (en C++)
École Polytechnique Fédérale de Lausanne via Coursera