Hacker News new | ask | show | jobs
Awesome io_uring Repository (github.com)
4 points by espoal 1340 days ago
1 comments

`io_uring` is posed to become a revolutionary interface for the linux kernel, but at the moment using it is not a trivial task, as there are not many implementations and the interface is in a continuous flux.

I created `awesome-iouring` to collect examples, libraries, articles and tutorials, that hopefully will help other engineers to implement `io_uring` in their projects.