Core C++ 2025
October 19, 2025
Presentations and Materials - Core C++ 2025
Slides, presentations and reference material from Core C++ conferences.
Note that not all presentation slides are optimized for reading without the accompanying talk.
Gathering all presentations might take a while - if you’re interested in a certain presentation and can’t find it here, either check again
within a few days or ask us for it - info@corecpp.org
- Adi Ben David, Abstraction Addiction (PDF)
- Alex Cohn, Const correctly in C++ (PDF)
- Alex Dathskovsky, C++23 tools that you will actually use (PDF)
- Alex Kushnir, Managing dependencies with CMake (PDF)
- Amir Kirsh, C++ Pitfalls and Sharp Edges to Avoid (Google Slides)
- Coral Kashri, Who’s afraid of The Big Bad Template (Web page), source at github.com/coralkashri/who-is-afraid-of-the-big-bad-template
- Chris Gearing, Typing++ for C++ (PDF)
- Elazar Leibovich, C++ In Early Boot (Google Slides)
- Eran Gilad, Parallel Paths: From SIMD lanes to memory highways in C++ (PDF), source at github.com/erangi/cpu-par-talk
- Eshcar Hillel. Cost efficient llm inference (PDF)
- Igor Khanin and Ben Liderman, Lock me up Scotty! (PDF)
- Joel Nider, Disaggregated Memory over Low Latency Fabrics (PDF)
- Lotem Dalal, (Intel)ligent Verification (PDF)
- Maria Piterberg, Welcome to the museum of AI hallucinations (PDF)
- Michael Lindner, Are There Time Bombs in Your Realtime Code (PDF)
- Miri Ben-Nissan, C++20/23 features for better code (PDF)
- Nathanel Ozeri Green, Ranges for Beginners (PDF)
- Omer Anson, Coroutines 101 (PDF)
- Roi Barkan, Refactoring Towards Structured Concurrency (Google Slides)
- Shar Yashuv Giat and Ofek Shochat, Order! Order! (PDF)
- Sivan Kotzer Zohar, Virtual Tables Unveiled: Exploitation and Mitigation in Practice (PDF)
- Tomer Vromen, When the Structs Align (PDF)
- Vlad Dovlekaev, Adventures with Bazel (PDF)
- Yair Friedman, The Effects of C++ Evolution on Design Patterns (PDF), source at github.com/yairifr/corecppdp
- Yair Friedman, AI Close Encounters of the Third Kind 👽