Changes

Jump to: navigation, search

Team Darth Vector

273 bytes removed, 19:37, 13 December 2017
m
List of TBB containers:
tbb:concurrent_vector<typename> name; </pre>
'''<u>concurrent_hash_map</u>''' : A container class that supports hashing in parallel. The generated keys are not ordered and there will always be at least 1 element for a key. Defined within "'''tbb/concurrent_hash_map.h'''"  '''quotes''': ''Intel Threaded Building Blocks book.'' Highly concurrent containers are very important because Standard Template Library(STL) containers generally are not concurrency-friendly, and attempts to modifythem concurrently can easily corrupt the containers.
===List of TBB Algorithms:===
129
edits

Navigation menu