I want to fully understand the performance of a dynamic vector in C++. How the memory is used and also how it works compared to using static vectors and linked nodes (linked lists). If somebody could explain that to me I would be grateful. I have an image that I want to understand to begin with, here it is:
1