C++ Iteration Revisited 2024 - Safer Abstractions for Sequence Iteration
Offered By: cpponsea via YouTube
Course Description
Overview
Explore the concept of safer iteration in C++ through this conference talk from C++ on Sea 2024. Delve into the challenges posed by traditional iterators, including out-of-bounds memory accesses and unexpected invalidation. Discover Flux, a new C++20 library offering a safer abstraction for iterating over sequences while maintaining compatibility with existing code. Examine the performance implications of universal bounds checking and learn how Flux can potentially outperform C++20 Ranges in certain scenarios. Gain insights into making your codebase more resilient and explore quality-of-life improvements offered by this alternative approach to iteration in C++.
Syllabus
C++ Iteration Revisited 2024 - Tristan Brindle - C++ on Sea 2024
Taught by
cpponsea
Related Courses
Information TheoryThe Chinese University of Hong Kong via Coursera Intro to Computer Science
University of Virginia via Udacity Analytic Combinatorics, Part I
Princeton University via Coursera Algorithms, Part I
Princeton University via Coursera Divide and Conquer, Sorting and Searching, and Randomized Algorithms
Stanford University via Coursera