Coroutines - C++ vs Rust
Offered By: ACCU Conference via YouTube
Course Description
Overview
Explore the differences between C++ and Rust coroutines in this conference talk from ACCU 2022. Delve into the implementation of stackless coroutines as compiler-generated state machines in both languages, focusing on their distinct approaches to asynchronous programming. Compare how C++ awaitables continue coroutines from the bottom up, while Rust wakers poll futures from the top down. Gain insights into the trade-offs and design choices made by each language, making this an ideal presentation for those interested in programming language design. Learn from Jonathan Müller, a Computer Science graduate student and open-source library developer, as he shares his expertise on memory allocation, cache-friendly containers, and parsing in C++.
Syllabus
Coroutines: C++ vs Rust - Jonathan Müller - ACCU 2022
Taught by
ACCU Conference
Related Courses
Building Your Own Programming LanguageFrontend Masters Beautiful Racket
Independent Rust: A Language for the Next 40 Years
ChariotSolutions via YouTube Move Deliberately and Don't Break Anything: Lessons from Java Evolution
ChariotSolutions via YouTube Flex - Lexical Analysis
Write your own Operating System via YouTube