C++ Performance in Practice - Align, Vectorise, Cache, Jump!
Offered By: CppNow via YouTube
Course Description
Overview
Dive into a comprehensive conference talk exploring advanced C++ performance optimization techniques. Learn about memory alignment, SIMD and auto-vectorization, cache-friendly programming, and the impact of branch prediction on performance. Examine C++ code examples with performance benchmarks and discover modern C++11/14 techniques for improving execution speed. Gain insights into the challenges of designing and implementing a generic, high-performance C++ framework. While part of the "C++ in the Audio Industry" series, this talk is applicable to any C++ developer interested in maximizing performance and reducing latency in their applications.
Syllabus
Timur Doumler: C++ Performance in Practice: Align, Vectorise, Cache, Jump!
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