CppCon 2016: Jason Turner “Practical Performance Practices“

— Presentation Slides, PDFs, Source Code and other presenter materials are available at: — In the past 6 years ChaiScript’s performance has been improved by nearly 100x. This was not accomplished by adding a virtual machine or performing dynamic recompilation. Instead, these increases have been accomplished by moving to more simple, cleaner, idiomatic C and by following some simple rules. We will outline these concepts with examples for how they both
Back to Top