Changes

Jump to: navigation, search

Team Darth Vector

282 bytes added, 20:04, 13 December 2017
m
List of TBB Algorithms:
'''Algorithms'''
<u>'''parallel_for:'''</u> Provides concurrent support for for loops. This allows data to be divided up into chunks that each thread can work on. The code is defined in "'''tbb/parallel_for.h'''" and takes the template of: <pre>foo parallel_for(firstPos, lastPos, increment { boo()} </pre>
parallel_scan
129
edits

Navigation menu