Changes

Jump to: navigation, search

GPU621/Distributed Workload

20 bytes added, 02:55, 3 December 2018
Containers
* map
'''TBB''' does not implement as many containers however it does include some that are useful in parallel programming and extends their functionality.
* blocked_range<T>
* concurrent_hash_map<T>
* cuncurrent_vector<T>
* concurrent_queue<T>
 
==== Algorithms ====
Some serial algorithms exist for STL that can preform tasks such like searching and sorting. These functions are typically used to operate on the containers like <code>std::merge()</code> and <code>std::sort()</code> <br />
24
edits

Navigation menu