Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve on timers in io_uring_context #1139

Open
maikel opened this issue Nov 9, 2023 · 0 comments
Open

Improve on timers in io_uring_context #1139

maikel opened this issue Nov 9, 2023 · 0 comments

Comments

@maikel
Copy link
Collaborator

maikel commented Nov 9, 2023

The current implementation submits an operation for each timer that is active. This makes it impossible to have a large number of timers at once with io_uring_context.

This issue is a reminder that timers should be handled differently. For example, we could build an intrusive heap of timers and only submit the root timer. Or we copy how libunifex is doing it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant