Skip to content

Implementation of io_uring Backend for Event Handling #118

@mrabine

Description

@mrabine

Description :
The current Reactor implementation relies on epoll.
While sufficient for standard networking, epoll scales linearly with the number of file descriptors and suffers from significant syscall overhead.
To achieve the next level of performance a transition to io_uring is required.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions