C++ STL list vs set
- by mokaschitta
Hi,
what of those two is faster for random insertions and deletions? I guess list, having the values as the keys as it is with sets seems to be attractive too though.
Is performance similar for iterating over the whole container?
Thanks!