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
1.4m articles
1.4m replys
5 comments
57.0k users