Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

C++ STL

Name: Anonymous 2009-08-28 12:46

Is it faster to iterate through stl vector with the [] operator or an iterator?
I would think that the iterator is faster but I'm too lazy to test.

Name: Anonymous 2009-08-28 13:05

Accessing individual elements by their position index = constant time

Iterating over the elements in any order = linear time

Name: Haxus the Correct 2009-08-28 16:42


Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List