Explore a comprehensive analysis of C++ ranges in this conference talk from Meeting C++ 2023. Dive deep into the performance implications of using ranges compared to traditional C-style C++ and C++17 approaches. Discover the tools used on both Windows and Linux platforms to objectively measure runtime performance and memory usage. Learn about the advantages of ranges, including ease of use, composability, and readability, while addressing common concerns about potential compile-time and runtime slowdowns. Gain valuable insights into the effects of code modernization on performance through a comparative study of C-style C++, C++17, and C++23/ranges implementations of the same example.
Overview
Syllabus
Throwing Tools at Ranges - Tina Ulbrich - Meeting C++ 2023
Taught by
Meeting Cpp