In 2016 Jason presented Practical Performance Practices, a talk that outlined the simple rules for creating clean, simple, idiomatic C++ that performed well by default in his quest to improve the performance of ChaiScript.
In this talk we will revisit those concepts, see which have held up, which can be improved on with newer C++ standards and dig to gain a deeper understanding as to why these techniques work.