Tuning Tokio Runtime for Low Latency

⚓ rust    📅 2025-05-09    👤 surdeus    👁️ 2      

surdeus

Does 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

Read full topic

🏷️ rust_feed