I feel a bit paralyzed by Fear Of Missing Io_Uring. There's so much awesome streaming stuff about (RisingWave, Materialize, NATS, DataFusion, Velox, neat upstarts like Iggy, many more), but it all feels built on slower legacy system libraries.<p>It's not heavily used yet, but Rust has a bunch of fairly high visibility efforts. Situation sort of feels similar with http3, where the problem is figuring out what to pick. <a href="https://github.com/tokio-rs/tokio-uring">https://github.com/tokio-rs/tokio-uring</a> <a href="https://github.com/bytedance/monoio">https://github.com/bytedance/monoio</a> <a href="https://github.com/DataDog/glommio">https://github.com/DataDog/glommio</a><p>Alas libuv (powering Node.js) shipped io_uring but disabled it latter. Seems to have significantly worn out the original author on the topic to boot. <a href="https://github.com/libuv/libuv/pull/4421#issuecomment-2225860128">https://github.com/libuv/libuv/pull/4421#issuecomment-222586...</a>