|
|
|
|
|
by vlovich123
896 days ago
|
|
For what it’s worth I don’t believe it meaningfully outperforms glommio. There are some spots where it outperforms glommio but that’s just a missing optimization that could be added. The biggest advantage monoio really has is that it currently has support for other platforms. Not saying it’s the wrong choice, just highlighting the trade offs. I’m not sure what you mean by io_uring as glommio/monoio should be hiding the io_uring details behind the runtime. |
|
Speaking of the other platforms, having the fallback to epoll or kqueue (they've even announced some Windows integration) is nice to have, however, at some point we might just purely focus on Linux development anyway (io_uring only), if there'd be any issues e.g. when it comes to the code design to provide the compatibility across multiple OS.