Every two weeks, or so, we sit down with guests from the C++ community to discuss the latest news and what they have been up to. Find us at cppcast.com
Performance Tuning
August 04, 2021
00:59:53
50.13 MB
Downloads: 0
Rob and Matt are joined by Denis Bakhvalov. They first talk about building Minesweeper in C++ with SFML and a paper on throughput prediction on intel microarchitectures. Then they talk to Denis about his blog, book and video series focusing on C++ performance, and his vision of the future tooling and techniques of writing performant C++ code.
News
- Making the Classic Minesweeper Game using C++ and SFML
- Hot Reload support for C++ Applications
- Spdlog 1.9.1 released. Support for compile-time format string validation
- Accurate throughput prediction of basic blocks on recent intel microarchitectures
Links
- easyperf.net
- Performance Analysis and Tuning on Modern CPUs
- Performance Ninja Course
- LLVM+CGO Performance Workshop - Performance Tuning: Future Compiler Improvements
- Proebsting's Law