Is there any ConcurrentHashMap for c++ implementation or something of similar anywhere?
I can't understand why multithreading in c++ is so hard than Java!
There is tbb::concurrent_hash_map and tbb::concurrent_unordered_map of Intel TBB
tbb::concurrent_hash_map
tbb::concurrent_unordered_map
2.1m questions
2.1m answers
60 comments
57.0k users