Explore techniques for reducing code bloat in heavily templated C++ libraries in this 53-minute CppNow conference talk. Learn how to address issues like huge object files, long link times, large executables, and linker crashes caused by template-heavy code. Discover the strategies implemented by Sebastian Redl to optimize the in-house IoC++ library, significantly improving link times and overall performance. Gain insights into effective template management and code optimization practices for C++ developers working with complex, template-driven libraries. Access accompanying slides for additional reference and visual aids to enhance understanding of the presented concepts.
Overview
Syllabus
Sebastian Redl: Diet for your Templates - Reducing Code Bloat in Your Templated Library
Taught by
CppNow