|
|
|
|
|
by nXqd
699 days ago
|
|
Tokio focuses on being high throughput as default, since they mostly use yield_now backoff strategy. It should work with most application. For latency sensitive application, it tends to have different purpose which mainly trade off CPU and RAM usage for higher low latency ( first ) and throughput later. |
|