I wish to store a large vector of d-dimensional points (d fixed and small: <10).
If I define a Point as vector, I think a v
Point
vector
v
For the said value of d (<10), defining Point as vector will almost double the full memory usage by std::vector and will bring almost no advantage.
d
std::vector