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
Your Favorite Undefined Behavior in C++CppNow via YouTube Under the Hood - Assembly, System Calls, and Hardware in C++
CppNow via YouTube Carbon Language Successor Strategy - From C++ Interop to Memory Safety
CppNow via YouTube Value Oriented Programming Part 1 - You Say You Want to Write a Function
CppNow via YouTube Introducing a Memory-Safe Successor Language in Large C++ Code Bases
CppNow via YouTube