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
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) ?
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) ?