How Generic Programming and C++ Portability Give Great Performance and Knowledge of What Performs Well
Offered By: CppNow via YouTube
Course Description
Overview
Explore how generic programming and C++ portability enable high performance and provide insights into effective programming techniques in this CppNow conference talk. Learn about adaptive hash tables, the benefits of generic programming for code quality and flexibility, and how to analyze performance across different execution regimes. Discover insights on CPU bottlenecks, memory layouts, and cache behaviors. Gain valuable knowledge on using C++ portability to compare microarchitectures and match code to silicon capabilities. Understand how hash table workloads provide a reliable foundation for performance analysis, offering a comprehensive exploration of programming choices and their impact on performance.
Syllabus
Introduction
Genetic Programming
Performance Comparisons
C Sort
Failure of Design
Design Space
Performance Sensitivity
Example
Multiplication
Recap
Portability
Conceptualizations
Concept Leaks
Improved Concepts
Good Portability
Hash Tables
SWAR
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