Changes

Jump to: navigation, search

GPU621/Distributed Workload

494 bytes added, 01:58, 3 December 2018
no edit summary
std::cout << '/n';
}
</pre>
== Comparison ==
Both libraries use C++ templatesto provide generic programming structures. The libraries do overlap when it comes to the functionality they provide, however STL is designed to be more general use and TBB specializes on parallel programming with threads. <br />'''Iterators''': Both libraries use random access iterators to ease navigation of containers. TBB follows the standard set by STL and the ISO C++ standard, but they also extend them so that <code>tbb::iterator</code> can be used safely in concurrent threads.
24
edits

Navigation menu