Skip to content

Can tokio use libaco to get a better performance ? #4482

Discussion options

You must be logged in to vote

Tokio uses the futures/coroutine model built into rustc and the standard library. So we can't exactly switch to a different coroutine model. Also, I would be careful when analyzing benchmarks on coroutine switching, as the relevance of such benchmarks to real-world application performance is often limited.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by hawkw
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Ideas
Labels
None yet
2 participants