Главная
Study mode:
on
1
Introduction
2
Graph
3
Who am I
4
Results
5
Testing
6
Error Handling
7
Memory Allocation
8
Pipeline Branch Predictor
9
Optimizing Code
10
Make Software Fast
11
Optimize for Worst Case
12
Benchmarking
13
Exception Performance
14
Measure
Description:
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.

Exceptional Performance

CppNow
Add to list