You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed that log crate goes out of it's way to add #[inline] in a lot of places. I'd like to ask - is it worth it with a current rust compiler? Any experiences and measurements?
I've noticed that
log
crate goes out of it's way to add#[inline]
in a lot of places. I'd like to ask - is it worth it with a current rust compiler? Any experiences and measurements?Corresponding slog-rs issue: slog-rs/slog#25
The text was updated successfully, but these errors were encountered: