Want to create an interactive transcript for this episode?
Podcast: CppCast
Episode: Parallel Ranges
Description: Rob and Jason are joined by Christopher Di Bella to discuss using Ranges with Parallel algorithms and much more.
Christopher Di Bella is a Staff Software Engineer for Codeplay’s ComputeCpp Runtime Technology and a C++ teacher.
He advocates for including the Concepts TS and the Ranges TS in C++20.
Chris spends his days working on ComputeCpp, Codeplay’s implementation of SYCL,
a Khronos Standard for heterogeneous programming in C++;
the Khronos implementation for the Parallel STL (using SYCL);
and researching Parallel Ranges, which is an attempt to fuse ranges together with the parallel STL.
In h...