Nov 3, 2023
Post comments count1
Post likes count3
Why does unsafe multithreaded use of an std::unordered_map
crash more often than unsafe multithreaded use of a std::map
?

It's all in the implementation details.