momo
3.9
|
Go to the source code of this file.
Classes | |
class | momo::stdish::unordered_set< TKey, THashFunc, TEqualFunc, TAllocator, THashSet > |
momo::stdish::unordered_set is similar to std::unordered_set , 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_set_open< TKey, THashFunc, TEqualFunc, TAllocator > |
momo::stdish::unordered_set_open is similar to std::unordered_set , but much more efficient in operation speed. The implementation is based on open addressing hash table. More... | |
Namespaces | |
momo | |
momo::stdish | |