C++ Tutorial: How to use CRTP to speed up your code
CRTP (curiously recurring template pattern) is a powerful C++ design. This video shows how to use it to speed up interface code. Tools that I use: https://www.virtualbox.org/ https://kubuntu.org/ https://code.visualstudio.com/ https://llvm.org/ http://clang.org/ https://mesonbuild.com/index.html In code: https://github.com/renatoGarcia/icecr... https://github.com/ZenSepiol https://github.com/ocornut/imgui https://github.com/epezent/implot

▶︎
C++ Tutorial: How to use CRTP to extend your classes

▶︎
C++ Code Smells - Jason Turner

▶︎
What is Low Latency C++? (Part 1) - Timur Doumler - CppNow 2023

▶︎
How to write Thread Pools in C++

▶︎
"Clean" Code, Horrible Performance

▶︎
C++ Design Patterns - The Most Common Misconceptions (2 of N) - Klaus Iglberger - CppCon 2024

▶︎
C++ Multithreading Explained: Mutexes, Locks, and Queues

▶︎
Don't use static (outside of classes) in modern C++

▶︎
C++ idioms everyone should know by Andrii Polyanskyy

▶︎
Modern C++: Unique Ptrs and Vectors

▶︎
C++ cache locality and branch predictability

▶︎
C++ Super Optimization: 1000X Faster

▶︎
Libraries That Quietly Revolutionized C

▶︎
Templates in C++

▶︎
CppCon 2018: Andrei Alexandrescu “Expect the expected”

▶︎
C++ Weekly - Ep 404 - How (and Why) To Write Code That Avoids std::move

▶︎
Delivering Safe C++ - Bjarne Stroustrup - CppCon 2023

▶︎
The Dark Side of C++ - Copy-On-Write

▶︎
Deciphering C++ Coroutines - A Diagrammatic Coroutine Cheat Sheet - Andreas Weis - CppCon 2022

▶︎
