Completed
Value Qualified Member Functions
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
The Most Important Optimizations to Apply in Your C++ Programs - CppCon 2022
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Overview
- 3 Goals
- 4 Examples
- 5 Compiler Optimizations
- 6 Fast Math
- 7 Link Time Optimization
- 8 Unity Builds
- 9 Linking Statically
- 10 Profiles
- 11 Compilers
- 12 Binary Post Processing
- 13 C Plus Code
- 14 Const
- 15 Global variables
- 16 No except
- 17 Static
- 18 Inline
- 19 Attributes
- 20 Likely
- 21 Assume
- 22 Restrict
- 23 Provenance
- 24 Function Boundaries
- 25 Exception Handling
- 26 Value Qualified Member Functions
- 27 Cache
- 28 Branch Predictor
- 29 SIMD
- 30 Intrinsics
- 31 Conclusion
- 32 Questions