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

async: we need io_uring for Nim #592

Open
ringabout opened this issue Feb 17, 2021 · 0 comments
Open

async: we need io_uring for Nim #592

ringabout opened this issue Feb 17, 2021 · 0 comments

Comments

@ringabout
Copy link
Collaborator

ringabout commented Feb 17, 2021

io_uring is a new asynchronous I/O API for Linux created by Jens Axboe from Facebook. It aims at providing an API without the limitations of the current select(2), poll(2), epoll(7) or aio(7) family of system calls, which we discussed in the previous section. Given that users of asynchronous programming models choose it in the first place for performance reasons, it makes sense to have an API that has very low performance overheads.

links

Note: this one tallks about io_submit: io_submit: The epoll alternative you've never heard about

@ringabout ringabout changed the title we need io_uring we need io_uring for Nim Feb 17, 2021
@timotheecour timotheecour changed the title we need io_uring for Nim async: we need io_uring for Nim Feb 21, 2021
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