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