A Deep Dive Into Dispatching Techniques in C++
Offered By: CppNow via YouTube
Course Description
Overview
Explore advanced dispatching techniques in C++ through this comprehensive conference talk from CppNow 2023. Delve into the core of interpreter design, focusing on efficient instruction dispatching methods crucial for optimizing performance. Examine various approaches, from basic switch statements to complex jump tables, while analyzing their impact on execution speed. Gain insights into performance analysis tools, benchmarking techniques, and assembly code intricacies to master compiler optimization tricks. Learn how to apply these dispatching concepts beyond interpreter design to enhance overall C++ programming skills. Benefit from Jonathan Müller's expertise as a library developer and C++ standardization committee member, and discover practical applications for cache-friendly containers, memory allocation, and parsing in C++ development.
Syllabus
A Deep Dive Into Dispatching Techniques in C++ - Jonathan Müller - CppNow 2023
Taught by
CppNow
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