Skip to content

Update poll to epoll #22

Description

@GauthierMalfilatre

poll update the revents of pollfd arrays -> at each poll we need to check all pollfds O(n)
epoll returns an array containing only modified pollfd -> O(log n / 1) ?

Metadata

Metadata

Labels

enhancementNew feature or request

Projects

Status
Backlog

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions