Iterators and Ranges: Comparing C++ to D to Rust - Barry Revzin - [CppNow 2021]
Keynote: Iterators and Ranges: Comparing C++ to D, Rust, and Others - Barry Revzin - CPPP 2021
Rust Linz, August 2021 - Rainer Stropek - Rust iterators
The Dark Side of .reserve()
Rust Functions Are Weird (But Be Glad)
Rust Linz, February 2021 - Will Hawkins - Comparing performance of range- and counter-based loops
D Programming Language
Why Iterators Got It All Wrong — And What We Should Use Instead - Arno Schödl - CppNow 2022
From Iterators to Ranges — the Upcoming Evolution of the Standard Library - Arno Schoedl - ACCU 21
Max element of input iterator range
Better C++ Ranges - Arno Schödl - [CppNow 2021]
Conquering C++20 Ranges - Tristan Brindle - CppCon 2021
Iteration Revisited: A Safer Iteration Model for Cpp - Tristan Brindle - CppCon 2023
take(5): Using the C++ Iterator Model to Take Elements from an Input Stream - Barry Revzin - CppNow
C++: Introducing Iterators
The CSIAC Podcast - A Brief Side-by-Side Comparison Between C++ and Rust – Part 1
The Surprising Complexity of Formatting Ranges
Easy Rust 078: Iterators part 3 - implementing an iterator
Lightning Talk: Source/Sink vs. Ranges in C++ - What's the Difference? - Tony Van Eerd - CppNow 2023
Arvid Norberg: What C++ engineers can learn from Rust