Alex Kocharin
Results
162
comments of
Alex Kocharin
> copying the list for every item I've measured it, and on 10k arguments (3 second runtime) copying the list of every item takes below 100ms (3% of the execution...
in #2307, I did another implementation, which is much simpler, but stores body differently (`None` vs `Some(Bytes::empty())`), please check it out and give comment if any I did my own...