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
I am transitioning to parallel STL from my own thread pool. One thing in need is efficient nested parallelism. Consider the following code