Technical Report on C++ Performance
Understand the performance characteristics of various C++ features as analyzed in the ISO/IEC TR 18015 technical report. Learn about the overhead of casts, inheritance, virtual functions, exception handling, and templates. This lesson helps you grasp how to write efficient C++ code for embedded and safety-critical applications by debunking myths and presenting expert recommendations.
We'll cover the following...
We'll cover the following...
The Working Group WG 21 published the ...