RSSAmplifier

Swatinem · Sep 15, 2023

Choosing a more optimal `String` type

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

This week, I have been profiling and measuring the overhead of the Sentry Rust SDK, as another team has reported a large overhead in their testing. So much so that the team shied away from using it more extensively in combination with #[tracing::instrument] . After some profiling, I identified a potential culprit, which was using very high quality randomness in the form of the getrandom crate,…

Read on swatinem.de

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.