Relative Content

Tag Archive for c++multithreadingalgorithmparallel-processingstl

Efficient nested parallelism

I am transitioning to parallel STL from my own thread pool. One thing in need is efficient nested parallelism. Consider the following code