Cache Friendly C++ - CPU Caches, Data Structures, and Performance Optimization
Meeting Cpp via YouTube
Live Online Classes in Design, Coding & AI — Small Classes, Free Retakes
Power BI Fundamentals - Create visualizations and dashboards from scratch
Overview
AI, Data Science & Cloud Certificates from Google, IBM & Meta — 40% Off
One plan covers every Professional Certificate on Coursera. 40% off Coursera Plus Annual.
Unlock All Certificates
Explore CPU cache optimization techniques in this comprehensive conference talk that builds understanding from fundamental concepts to practical implementation strategies. Learn why std::vector should be your default container choice and discover the underlying mechanisms that make it cache-friendly. Examine how CPU caches work, their performance implications, and the sophisticated tricks processors use to maintain seamless operation. Understand when these optimization techniques fail and how to structure programs to avoid performance bottlenecks. Dive into cache-friendly data structures, data-oriented design principles, and strategies for avoiding common performance pitfalls that can significantly impact application speed. Gain practical insights for writing more efficient C++ code by leveraging cache locality and memory access patterns.
Syllabus
Cache Friendly C++ - Jonathan Müller - Meeting C++ 2025
Taught by
Meeting Cpp