Security
-
io_uring
tries to learn from the pitfalls of AsyncIO and suggests a newer interface -
Originally designed to target block devices and files but now likes to mingle w network sockets too.
-
With io_uring, DPDK-style kernel bypass might stop making sense altogether.
-
How io_uring and eBPF Will Revolutionize Programming in Linux - ScyllaDB
-
io_uring and networking in 2023 · axboe/liburing Wiki · GitHub
-
GitHub - espoal/awesome-iouring: Delightful io_uring packages and resources
-
Writing High-performance TCP Applications Using the Gain Web Framework
-
io_uring support for libuv – 8x increase in throughput | Hacker News
-
https://github.com/axboe/liburing/wiki/What’s-new-with-io_uring-in-6.10 (2024)
-
A Programmer-Friendly I/O Abstraction Over io_uring and kqueue