Some useful videos of C++ performance related development.
1. SIMD
- CppCon 2016: Pablo Halpern “Introduction to Vector Parallelism"
- CppCon 2016: Joel Falcou “Designing C++ portable SIMD support"
2. Parallel
- CppCon 2014: Pablo Halpern "Decomposing a Problem for Parallel Execution"
- CppCon 2016: Bryce Adelstein Lelbach “The C++17 Parallel Algorithms Library and Beyond"
3. Look-free
- CppCon 2014: Herb Sutter "Lock-Free Programming (or, Juggling Razor Blades), Part I"
- CppCon 2014: Herb Sutter "Lock-Free Programming (or, Juggling Razor Blades), Part II"
- CppCon 2016: D. Dechev & D. Zhang “High Performance C++ Concurrent Transactional Data Structures"
4. Compiler
- CppCon 2015: John Farrier “Demystifying Floating Point"
- CppCon 2016: Tim Haines “Improving Performance Through Compiler Switches..."
A lot more of CppCon videos available on youtube and don't miss out the latest development of C++ technologies.