Search code examples
std::reduce with std::unordered_map...


c++c++17unordered-mapstd

Read More
Why does the performance of unordered_map and map differ between compilers like MSVC and GCC?...


c++unordered-map

Read More
try_emplace in std::unordered_map without constructing temporary Key...


c++c++20unordered-map

Read More
Is there any difference in performance of unordered_set (C++) in case of strings vs in case of integ...


c++stringintegerunordered-mapunordered-set

Read More
How to print the content of a nested std::unordered_map?...


c++c++11stlunordered-map

Read More
Obtaining list of keys and values from unordered_map...


c++vectorc++11stdunordered-map

Read More
Can `std::unordered_map::iterator` be implemented without reference to underlying map?...


c++iteratorstdunordered-map

Read More
Remove Elements from an Unordered Map Fulfilling a Predicate...


c++unordered-mapremove-if

Read More
Unordered_Map Lookup Time...


performancehashmaphashtableunordered-mapmultimap

Read More
std::unordered_map::find using a type different than the Key type?...


c++c++11unordered-map

Read More
Is std::unordered_map thread safe in this case?...


c++multithreadingstlunordered-map

Read More
Why can't I use std::function as a std::set or std::unordered_set value type?...


c++unordered-mapstd-functionstdset

Read More
std unordered map reserve memory managment policy...


c++templatesmemory-managementstdunordered-map

Read More
Unordered map taking lot of space...


c++unordered-map

Read More
Why is std::unordered_map slow, and can I use it more effectively to alleviate that?...


c++performancec++11cachingunordered-map

Read More
Unordered_map with custom class as key...


c++unordered-map

Read More
std::unordered_map insert error shared_ptr c++...


c++insertunordered-map

Read More
How can I use heterogenous key types with boost::unordered_flat_map...


c++boostunordered-mapheterogeneousboost-unordered

Read More
Segmentation fault when inserting elements in unordered_map using the [] operator...


c++unordered-mapsegment

Read More
Unordered_map with customized allocator compiler error...


c++stringmemoryunordered-mapallocator

Read More
How do I loop through a unordered_map in C++ without auto?...


c++unordered-mapstdmapfor-range

Read More
Why aree unordered_map and map giving the same performance?...


c++performancedata-structuresunordered-map

Read More
Can find_if be used to find a key in std::map/std::unordered_map?...


c++lambdafindunordered-mapstdmap

Read More
operator overloading() for a user-defined type in unordered_map...


c++stlhashmapoperator-overloadingunordered-map

Read More
node-handle vs std::unique_ptr...


c++c++17unique-ptrunordered-mapstdmap

Read More
When using pair<int, int> as the key of unordered_map, do I need to provide a custom hash func...


c++unordered-map

Read More
Is my understanding of std::map and std::unordered_map correct?...


c++unordered-mapstdmap

Read More
C++11 unordered_set with std::owner_less-like hashing...


c++c++11stlshared-ptrunordered-map

Read More
Implicit conversion from non-const to const pair template parameter and invocation of copy/move ctor...


c++insertimplicit-conversionunordered-mapstd-pair

Read More
How to solve error for hash function of pair of ints in unordered_map?...


c++c++11hashstlunordered-map

Read More
BackNext