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?
@cas async has a related but slightly different problem
@cas it's very unfortunate to have to produce separate versions of a function for perf like this but i would recommend something like passing in an &mut flag