7

io_uring hardly works and yet was accepted into the mainline Linux Kernel.

Has been two weeks of headaches.

Comments
  • 0
    I've heard of this, I need to read more about it.
  • 0
    @AlgoRythm TLDR it's a new set of syscalls for setting up ring buffers between user space and kernel space for submitting I/O operations, cutting down on the number of syscalls required to perform many actions at once.

    On paper, sounds great. So far the implementation has only been a minefield. Every twist and turn introduces more bizarre behavior.
Add Comment