Validate unsafe
blocks are actually giving us a performance improvement
#99
Labels
T-measureme
Related to the core measureme library
We have various places in
measureme
where we do low-levelunsafe
operations for efficiency. Example:measureme/measureme/src/raw_event.rs
Lines 103 to 113 in 8d2d4fd
We should validate that these places are actually improving performance over their safe counterparts.
The text was updated successfully, but these errors were encountered: