Parallel Programming with Thread Pools and Iterators in Rust
Offered By: Rust via YouTube
Course Description
Overview
Explore concurrent programming techniques in Rust through this 53-minute conference talk by Stefan Schindler. Learn how to structure code using ThreadPool and Iterator with rayon, mastering the basic building blocks to navigate the complexities of threads and tasks. Dive into topics such as Rustfest, program language, iterators, splitting tasks, handling interrupts, synchronization, and avoiding undefined behavior. Access accompanying slides, code examples, and crate information to enhance your understanding of parallel programming concepts. Engage with the Q&A session starting at 41:06 to further clarify your knowledge on this advanced Rust programming topic.
Syllabus
Introduction
Rustfest
Program
Language
For Each
Iterator
Why use iterator
Why use split
Smash
Output
Interrupts
Waiting for stuff
Sync
Example
Results
Undefined behavior
Taught by
Rust
Related Courses
Computer ArchitecturePrinceton University via Coursera High Performance Scientific Computing
University of Washington via Coursera Parallel Programming Concepts
openHPI Введение в параллельное программирование с использованием OpenMP и MPI
Tomsk State University via Coursera Parallel programming
École Polytechnique Fédérale de Lausanne via Coursera