Exceptional Performance
Offered By: CppNow via YouTube
Course Description
Overview
Explore the impact of exceptions on C++ performance in this comprehensive CppNow conference talk. Delve into the complexities of C++'s performance-oriented design philosophy, focusing on the seemingly contradictory nature of exceptions. Examine benchmarks and real-world applications to understand the true performance costs of exceptions. Investigate hardware architecture and memory hierarchy to gain insights into code performance. Learn about the noexcept keyword and its implications. Discover whether using exceptions can actually enhance performance in certain scenarios. Cover topics such as error handling, memory allocation, pipeline branch prediction, and code optimization techniques. Gain valuable knowledge on benchmarking, measuring exception performance, and optimizing for worst-case scenarios to make software faster and more efficient.
Syllabus
Introduction
Graph
Who am I
Results
Testing
Error Handling
Memory Allocation
Pipeline Branch Predictor
Optimizing Code
Make Software Fast
Optimize for Worst Case
Benchmarking
Exception Performance
Measure
Taught by
CppNow
Related Courses
Compilers: Theory and PracticeGeorgia Institute of Technology via Udacity Основы разработки на C++: красный пояс
Moscow Institute of Physics and Technology via Coursera Spark
Udacity Advanced JavaScript
Udemy Writing Efficient Python Code
DataCamp