momo  3.9
unordered_map.h File Reference
#include "../HashMap.h"
#include "node_handle.h"

Go to the source code of this file.

Classes

class  momo::stdish::unordered_map< TKey, TMapped, THashFunc, TEqualFunc, TAllocator, THashMap >
 momo::stdish::unordered_map is similar to std::unordered_map, but much more efficient in memory usage. The implementation is based on hash table with buckets in the form of small arrays. More...
 
class  momo::stdish::unordered_map_open< TKey, TMapped, THashFunc, TEqualFunc, TAllocator >
 momo::stdish::unordered_map_open is similar to std::unordered_map, but much more efficient in operation speed. The implementation is based on open addressing hash table. More...
 

Namespaces

 momo
 
 momo::stdish