Changes

Jump to: navigation, search

Team Darth Vector

18 bytes added, 21:34, 16 December 2017
m
A Comparison from TBB
tbb:parallel_invoke(myFuncA, myFuncB, myFuncC);
</pre>
 
===Allocaters==
 
==TBB Memory Allocation & Fixing Issues from 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.
129
edits

Navigation menu