Say, I have a
std::vector v;
in my code and I need to access its elements very often in the program, looping them forwa
With optimization (-O2) the timings should improve (should be nearly identical).