The STL implementations of the unordered_map and unordered_set aren't optimal. Being able to use the dense_hash_map and dense_hash_set from google would be nice. To fully support them, some method calls have to be changed. (e.g. emplace is not supported)
The STL implementations of the
unordered_mapandunordered_setaren't optimal. Being able to use thedense_hash_mapanddense_hash_setfrom google would be nice. To fully support them, some method calls have to be changed. (e.g.emplaceis not supported)