Performance Matters
https://cppcon.org/ https://github.com/CppCon/CppCon2020/blob/main/Presentations/performance_matters/performance_matters__emery_berger__cppcon_2020.pdf
Performance is one of the chief reasons why many C++ programmers love the language. In the past, Moore’s Law meant that our programs ran faster every year. Now that Dennard scaling has ended, C++ programmers have to work harder to get high performance for their applications. In this talk, I’ll first discuss some of the significant and …