trillium-rs / trillium

Trillium is a composable toolkit for building internet applications with async rust
https://trillium.rs
Apache License 2.0
341 stars 18 forks source link

trillium on io-uring #225

Open trickster opened 2 years ago

trickster commented 2 years ago

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

jbr commented 1 year ago

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.