Vector vs Array performance?
807603Feb 20 2007 — edited Jan 11 2008Hi, I've heard some ppl says that Vector is slower than Array. Does anyone know what's the different in speed between using an array and a vector?
Say with the same algorithm, the one uses array take 10s for 1mil iteration, how long with it take for vector?
Thanks...