Ok, which is the fastest STL container in regards to clearing, pushing stuff to the back of it and iterating from the beginning to the end? (I dont need random access to some part of it). If you want me to prioritize these criterias I would list them as
1.iterating being the most important that it is fast
2. pushing back stuff
3. clearing