Tuning Tokio Runtime for Low Latency
⚓ Rust 📅 2025-05-09 👤 surdeus 👁️ 20Does anyone have any advice for tuning Tokio besides changing the number of threads?
I was wondering if for latency sensitive processing if there are some neat tricks to minimize the time it takes to wake up tasks. I was considering having a small heartbeat task, just to keep the scheduler hot.
Thanks
1 post - 1 participant
🏷️ rust_feed