Hacker News new | ask | show | jobs
by rockwotj 1156 days ago
> Few of us have really figured out io_uring. But that doesn't mean it is slower.

seastar.io is a high level framework that I believe has "figured out" io_uring, with additional caveats the framework imposes (which is honestly freeing).

Additionally the rust equivalent: https://github.com/DataDog/glommio

1 comments

seastar uses DPDK, and spdk uses it too. the OP is a maintainer on that.
For network, I believe io_uring is used for disk access though