This repository contains some helper code for benchmarking and charting process spawning performance in Rust (and also C++ and Python) on Linux.
⚠️ Stop Using tokio::spawn Everywhere In Async Rust, these three are not interchangeable: .await join! tokio::spawn Yet I keep seeing the same pattern: People spawn tasks when they just need join!. In ...