I was doing a quick performance test on a block of code
void ConvertToFloat( const std::vector< short >& audioBlock, std::vec
Does resize initialize the newly allocated vector where reserve just allocates but does not construct?
Yes.