uNetworking / uSockets

Miniscule cross-platform eventing, networking & crypto for async applications
Apache License 2.0
1.29k stars 267 forks source link

IOCP / IO_uring #133

Closed ghost closed 3 years ago

ghost commented 4 years ago

Like mentioned in other issues; it could make sense to investigate a proactor alternative mode now that both Windows and Linux have it - and I guess there is something similar on macOS as well.

This comes with many disadvantages, but could possibly improve certain latency-critical use cases, which we like.

ghost commented 3 years ago

io_uring is slower than epoll.