I have read that hash_map is not part of the C++ standard and therefore
std::hash_map does not exist (even though it can be found in sgi).
But is hash_map not just a std::map thats more efficient and implemented
with tables instead of an underlying balanced search tree and a
hashfunction?
std::hash_map does not exist (even though it can be found in sgi).
But is hash_map not just a std::map thats more efficient and implemented
with tables instead of an underlying balanced search tree and a
hashfunction?
Comment