43
Async Rust Is A Bad Language
(bitbashing.io)
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Credits
It really is interesting how
async
Rust takes the shine off of Rust to such an extent. If good old stack based, single threaded Rust wasn’t so polished, I don’t think theasync
parts would stand out so much. Something that might help is to have some sort of benchmark showing thatArc
ing through anasync
problem is still faster than typical GCed languages.