youtube image
From YouTube: Stefan Schindler: Parallel Programming with Thread pools and iterators

Description

Concurrent programming used to be hard. Stefan Schindler is talking about techniques to structure code using ThreadPool and Iterator with rayon.

This talk will teach you the basic building blocks to not get lost in a forest of threads and tasks.

Slides: https://estada.ch/2019/3/20/parallel-programming-in-amsterdam/
Examples: https://github.com/dns2utf8/thread-pools-and-iterators/tree/master/beispiele
ThreadPool: https://crates.io/crates/threadpool
Rayon: https://crates.io/crates/rayon

Questions start at 41:06