trillium-rs / trillium

Trillium is a composable toolkit for building internet applications with async rust

Home Page:https://trillium.rs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

trillium on io-uring

trickster opened this issue · comments

I'm investigating utilizing io-uring runtimes for http servers. Trillium is my favorite so far. trillium-http has no runtime dependencies, so I think it won't be a big problem adding support for io-uring runtimes like monoio and glommio

I love this idea but as I develop exclusively on MacOS, I don't have a convenient way to write this myself. I'm excited to see what other people come up with, though.