You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I saw that io_uring in latest linux kernels could deserve better performances than epoll, do you plan to support it ? Or maybe i'm wrong about that let me know.
The text was updated successfully, but these errors were encountered:
This will definitely be a direction to go moving forward. That being said I'm not in a huge rush on it. Old kernels stick around for quite some time and juggling multiple Poll implementations is a pain in da butt.
This will definitely be a direction to go moving forward. That being said I'm not in a huge rush on it. Old kernels stick around for quite some time and juggling multiple Poll implementations is a pain in da butt.
I would be glad to work on it during my free time. Maybe that using libuv could avoid us the hard task of switching multiple poll implementation ? I will try without it in a first time if you prefer.
Thank you once again for your repo. Have a good day!
Hello, I saw that io_uring in latest linux kernels could deserve better performances than epoll, do you plan to support it ? Or maybe i'm wrong about that let me know.
The text was updated successfully, but these errors were encountered: