Something else I noticed is that 12% of the time is spent on this function:


We can probably optimize that a bit by sharing the allocation between the successive calls or at least specifying the capacity if that helps (but rust should be able to guess it in this case 🤔)
Originally posted by @irevoire in #130 (comment)
Something else I noticed is that 12% of the time is spent on this function:


We can probably optimize that a bit by sharing the allocation between the successive calls or at least specifying the capacity if that helps (but rust should be able to guess it in this case 🤔)
Originally posted by @irevoire in #130 (comment)