Completed
Experiment with class size and member layout
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Introduction to Hardware Efficiency in C++ - CppCon 2022
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Making software fast
- 3 Better Usage of Hardware Resources
- 4 Computationally intensive or memory intensive?
- 5 Fixing memory intensive codes - SOA
- 6 Fixing memory intensive codes (3)
- 7 Introduction to vectorization
- 8 Prerequisites for autovectorization
- 9 Fixes for vectorization problems
- 10 When do data cache misses typically happen?
- 11 Example: Minimum and maximum in array
- 12 Why is perfect memory layout the fastest?
- 13 Experiment with class size and member layout