Working on a lil pet project in rust rn and discovered that using Result in the hot path is significantly affecting performance, how do people deal with this?
#[inline(always)] and outlining cold helpers from the error path may help#[inline(always)] and outlining cold helpers from the error path may help