If I use .reserve(items) on a vector, the vector will allocate enough memory for my guess of the number of items that I'll need.If I use .reserve(items) on a vector, the vecto
If I use .reserve(items) on a vector, the vector will allocate enough memory for my guess of the number of items that I'll need.If I use .reserve(items) on a vector, the vecto