Working set size • How much of the common dan will fit in main
22
Consistency
23
Summary
Description:
Explore a comprehensive guide to creating high-performance C++ applications, covering multiple levels of optimization. Learn about the crucial role of domain knowledge, selecting appropriate data structures and algorithms, efficient memory allocation, and leveraging modern machine architectures and caches. Discover the benefits of move semantics, various string handling techniques, and the importance of measurement in performance optimization. Delve into topics such as vectorization, rvalue references, STL memory allocations, hash function optimization, and binary search on sorted collections. Gain insights into data access patterns, working set sizes, and consistency considerations. This 44-minute conference talk by Hubert Matthews at NDC Conferences provides a wealth of knowledge for C++ developers seeking to enhance their application performance.