Do you just base your STL container selections on the following attributes?
- Searching/Updating
- Insertion and
- Deletion
If not, what else do you base your selections upon?
Is there any reference out there that lists how each container performs across all these different attributes?
+1 for effective STL.
But if you need an on-line reference, there is a good flowchart in StackOverflow Question 471432