Switch to epoll #10

Closed
opened 2023-05-31 21:03:57 +02:00 by Jef Roosens · 2 comments
Owner

epoll should be faster than poll, so ideally I would like to switch to it. The best method here I think would be using edge-triggered epoll.

`epoll` *should* be faster than `poll`, so ideally I would like to switch to it. The best method here I think would be using edge-triggered `epoll`.
Jef Roosens added the
Kind/Enhancement
label 2023-11-16 18:07:06 +01:00
Author
Owner

This article shows some very interesting numbers that do seem to apply that epoll would be a lot faster for a large number of file descriptors.

[This article](https://jvns.ca/blog/2017/06/03/async-io-on-linux--select--poll--and-epoll/) shows some very interesting numbers that do seem to apply that epoll would be a lot faster for a large number of file descriptors.
Author
Owner

The dev branch now uses epoll.

The `dev` branch now uses `epoll`.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Chewing_Bever/lander#10
No description provided.