Comment by tialaramex
6 months ago
I'm not familiar with vector::reserve_at_least but assuming that's an API which reserves capacity without destroying the amortized constant time of the exponential growth built in to the type, yes, that.
6 months ago
I'm not familiar with vector::reserve_at_least but assuming that's an API which reserves capacity without destroying the amortized constant time of the exponential growth built in to the type, yes, that.
Oh, sorry, that’s an API that doesn’t exist. I was trying to understand what feature you wanted that didn’t exist.