Tag: threads
-
Async Rust: Why is it so Fast?
Everyone knows that a web server, for example, will be able to serve up a lot more traffic if it is written using Rust async code rather than straight OS threads. Lots of people have the numbers to prove it. But I have wondered why, and none of the explanations I have read have explained […]