Would've really liked to see monoio and glommio in here (thread-per-core with io-uring).
I've heard people say io-uring offers improvements in IO-based workloads, but I haven't seen what that truly means in the context of Rust async frameworks. And Tokio's integration with io-uring is not ideal (it would require re-architecting from scratch).
Would've really liked to see monoio and glommio in here (thread-per-core with io-uring).
I've heard people say io-uring offers improvements in IO-based workloads, but I haven't seen what that truly means in the context of Rust async frameworks. And Tokio's integration with io-uring is not ideal (it would require re-architecting from scratch).
Thanks for monoio. I hate having to worry about code being resumed in a different thread after await.
Has anyone had experience with both glommio and monoio? They seem to have broadly similar designs.