Effective Replacement of Dynamic Polymorphism with std - variant
Offered By: ACCU Conference via YouTube
Course Description
Overview
Explore a 22-minute conference talk from ACCU 2019 that demonstrates how to effectively replace dynamic polymorphism with std::variant in C++. Analyze and compare multiple implementations of a simple Finite State Machine, discovering how variant-based code can be faster and improve interface design and program flow. Gain insights into the pros and cons of each approach and learn guidelines for when to use them. Benefit from the expertise of Mateusz Pusz, a software architect and C++ expert with over 14 years of experience, as he shares his knowledge on code performance, low latency, stability, and security in Modern C++.
Syllabus
Effective replacement of dynamic polymorphism with std::variant - Mateusz Pusz [ACCU 2019]
Taught by
ACCU Conference
Related Courses
Khronos Sycl Language Framework for C++ Accelerators - Take Advantage of All the MIPSACCU Conference via YouTube Space Invaders - The C++20 Spaceship Operator is Upon Us
ACCU Conference via YouTube Grinding, Farming, and Alliances - Become a Better Programmer by Using Words and Ideas From Casual Gaming
ACCU Conference via YouTube Designing for C++ Concurrency Using Message Passing
ACCU Conference via YouTube Productivity in C++ Game Development - Inside the Mind of an AAA Game Developer
ACCU Conference via YouTube