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