Changes

Jump to: navigation, search

Team Darth Vector

34 bytes removed, 21:01, 16 December 2017
added Memory allocation study
tbb:parallel_invoke(myFuncA, myFuncB, myFuncC);
</pre>
==TBB Memory Allocation & Problems in Parallel Programming==
TBB provides memory allocation just like in STL via the std::allocater template class. Where TBB's allocater though improves is through its expanded support for common issues experienced in parallel programming. These allocaters are called '''scalable_allocater<type>''' and '''cache_aligned_allocater<type>''' and ensure that issues like '''Scalability''' and '''False Sharing''' performance problems are reduced.
 
==Lock Convoying Problem==
129
edits

Navigation menu