Rust: Dropping Heavy Things In Another Thread Can Make Your Code 10000 Times Faster
- Aaron Abramov tl;dr: "A significant chunk of time is usually spent not in doing any computations, but in dropping large data structures at the end of the function." Example and workaround is shown.featured in #184
featured in #179
featured in #178
Why Discord Is Switching From Go To Rust
- Jesse Howarth tl;dr: Switching a service to Rust significantly improved performance. This post outlines how it was done and the improvements. If you are paywalled, click on the link in this tweet.featured in #172
featured in #170
featured in #168
featured in #167
AWS’ Sponsorship Of The Rust Project
- Arun Gupta Jacob Peddicord David Barsky tl;dr: More companies are using Rust including Google, Microsoft, and Mozilla. It's also seen growth in AWS, with services such as Lambda, EC2, and S3.featured in #157