zpp-2022-rust-seastar / seastar-rs

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

Benchmark performance overhead of the bindings #19

Open cvybhu opened 1 year ago

cvybhu commented 1 year ago

We should create a benchmark which evaluates how much overhead the bindings induce. The benchmark could perform some operations using pure C++/Seastar code and compare the performance with the same code written in Rust/seastar-rs.