I am looking for a set of benchmark programs which use dynamic arrays (vectors).
I am comparing the performance of programs in using vector and regular arrays (with manual resize).
This is on top of additional functionality of vector to dynamically resize at runtime