zpp-2022-rust-seastar / seastar-rs

Idiomatic Rust bindings to the Seastar framework
6 stars 3 forks source link

Compare performance with other async runtimes #20

Open cvybhu opened 1 year ago

cvybhu commented 1 year ago

It would be interesting to compare how performant seastar-rs is compared to other runtimes: tokio, async-std, glommio, etc.

Seastar is a performance obsessed C++ project so possibly we could outperform the other runtimes.