This video demonstrates how to use custom type traits with static_assert to detect when callables are accepting arguments by value instead of by reference, transforming runtime performance issues into compile-time errors. The speaker, Keith Stockdale from Rare Ltd, presents a practical example where a missing ampersand in a lambda function caused significant server performance problems due to unnecessary copying of large objects. By implementing a type trait that checks if arguments are references, pointers, or small trivial types, developers can catch these bugs during compilation rather than runtime, preventing costly performance issues from reaching production.
Deep Dive
Prerequisite Knowledge
- No data available.
Install our extension to search inside any video instantly.
Where to go next
- No data available.
Deep Dive
Lightning Talk: Catching Performance Issues at Compile Time - Keith Stockdale - CppCon 2025Added:
Related Videos
Agentforce NOW AMA: Build with React and Salesforce Multi-Framework
SalesforceDevs
490 viewsβ’2026-05-28
How agent o11y differs from traditional o11y β Phil Hetzel, Braintrust
aiDotEngineer
450 viewsβ’2026-05-28
Re: π£οΈπthepropheduπ2026 GST 103 CLASS (E-EXAM REVISION)
theprophedu
636 viewsβ’2026-06-04
WEB TECHNOLOGIES UNIT-2 | Degree 4th sem BCOM Computers web technologies unit-2 full explanationπ―β
LearnwithSahera
1K viewsβ’2026-05-29
More tests are always better? How to use AI to identify tests that bring little value
Alliance4Qualification
335 viewsβ’2026-05-29
Search Algorithms Explained in 60 Seconds! π€π¨
samarthtuliofficial
218 viewsβ’2026-06-01
People of Game of Thrones using JavaScript DOM
AltCampus
296 viewsβ’2026-05-30
Instagram accounts got PWNed
EricParker
13K viewsβ’2026-06-03











