The Hidden Performance Price of C++ Virtual Functions
Offered By: CppCon via YouTube
Course Description
Overview
Explore the performance implications of C++ virtual functions in this conference talk from CppCon 2022. Delve into the core concept of virtual function mechanisms, examining their hidden performance costs and understanding why they can be slow. Analyze how virtual functions utilize CPU resources and evaluate compiler optimization techniques. Learn several strategies to enhance program speed when using virtual functions. Gain insights from Ivica Bogosavljevic, a senior software engineer with extensive experience in Linux and bare-metal embedded systems, as he shares his expertise in application performance improvement.
Syllabus
The Hidden Performance Price of C++ Virtual Functions - Ivica Bogosavljevic - CppCon 2022
Taught by
CppCon
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