Tokio Gives Progress, Not Ordering: Scheduling 1M Tasks
- This is a prequel to my previous article, Your Rust Service Isn't Leaking — It Could Be the Allocator.
- In that post, I wrote about how a few memory allocators behaved differently under our workload.
- Before we figured out that the memory behavior was tied to allocators, we first tried to reduce the memory usage from the application side.
Unverified
- This is a prequel to my previous article, Your Rust Service Isn't Leaking — It Could Be the Allocator.
- In that post, I wrote about how a few memory allocators behaved differently under our workload.
- Before we figured out that the memory behavior was tied to allocators, we first tried to reduce the memory usage from the application side.
Sources: Pranitha