Improving C++ Compilation Times - Tools & Techniques
Offered By: ACCU Conference via YouTube
Course Description
Overview
Explore practical tools and techniques to improve C++ compilation times in this comprehensive conference talk from ACCU 2023. Learn how to accurately benchmark compilation time and detect bottlenecks in codebases of any size. Discover methods for enabling precompiled headers in CMake, leveraging the "reuse from" feature, and automatically transforming builds into "unity builds". Gain insights on when to selectively replace heavyweight standard library headers and general techniques to reduce physical dependencies between components. Benefit from the expertise of Vittorio Romeo, an experienced C++ developer and active member of the C++ community, as he shares valuable knowledge on optimizing compilation processes for immediate implementation in your projects.
Syllabus
Improving C++ Compilation Times: Tools & Techniques - Vittorio Romeo - ACCU 2023
Taught by
ACCU Conference
Related Courses
Computer GraphicsUniversity of California, San Diego via edX Intro to Parallel Programming
Nvidia via Udacity Initiation à la programmation (en C++)
École Polytechnique Fédérale de Lausanne via Coursera C++ For C Programmers, Part A
University of California, Santa Cruz via Coursera Introduction à la programmation orientée objet (en C++)
École Polytechnique Fédérale de Lausanne via Coursera