hash_map and stdext:: hash_map?
Posted
by bit-question
on Stack Overflow
See other posts from Stack Overflow
or by bit-question
Published on 2010-06-10T07:57:16Z
Indexed on
2010/06/10
8:12 UTC
Read the original article
Hit count: 170
Under the visual C++, we have " hash_map" and "hash_set". In g++, we have " stdext::hash_map" and " stdext::hash_set". Is there any difference in terms of their respective performance or other factors?
© Stack Overflow or respective owner