Posts with #io_uring

Tue, August 1, 2023

Let's add an opcode to io-uring

I wanted to find out how far copy-pasting stuff would take me. Turns out, not that far at all. But I still learned something. And hey, it's all about the journey, right?

read more →

Fri, July 21, 2023

Comparing sequential I/O performance between `io_uring` and `read(2)`/`write()`

Where our hero figures out that io_uring is not the answer to everything

read more →

Wed, July 24, 2024

A simple, async page cache built on top of io_uring

When in doubt, add a state machine to it

read more →