Overview
Explore the power of C++20 coroutines for building efficient data processing pipelines in this conference talk from ACCU 2022. Dive into the challenges of designing general solutions for data pipeline systems, particularly when aiming for concurrent execution of processing steps. Learn how to create a universal composable interface for generic data processing steps and discover how coroutines can simplify the system design. Examine various ways to pass data between processing steps using C++20 coroutines, resulting in a developer-friendly and runtime-efficient system. Gain hands-on experience through numerous code examples, with no prior knowledge of coroutines required.
Syllabus
Powerful Data Processing Pipelines with C++20 Coroutines - Andreas Weis - ACCU 2022
Taught by
ACCU Conference