3
votes
C++ Parallelization Libraries: OpenMP vs. Thread Building Blocks
In general I have found that using TBB requires much more time consuming changes to the code base with a high payoff while OpenMP gives a quick but moderate payoff. If you are staring a new module …
