io_uring
last updated: Oct 20, 2023
https://kernel.dk/io_uring.pdf
https://kernel.dk/io_uring-whatsnew.pdf
high-performance asynchronous IO via a ring buffer, available in newer linux kernels. I'd heard of it before, but DragonflyDB was what prompted this note.
this is an article on wrapping the io_uring interface in golang that might be a sensible approach for me understanding it better?