bearcove / loona

HTTP 1+2 in Rust, with io_uring & ktls
https://docs.rs/loona
Apache License 2.0
361 stars 13 forks source link

Annotate more builder functions with `#[inline]` #226

Open fasterthanlime opened 3 months ago

fasterthanlime commented 3 months ago

Or even #[inline(always)] — doing this in a separate PR to see performance impact.