You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm writing a program merging many std::sets. I would like to parallelize it with joining two sets by std::set::merge, but oneTBB doesn't seem to provide any move join function like T join(T&&, T&&) as far as I can see Reduction, parallel_reduce.h and enumerable_thread_specific.h.
Is there any reason we cannot implement it?
The text was updated successfully, but these errors were encountered:
Hello,
I'm writing a program merging many
std::set
s. I would like to parallelize it with joining two sets bystd::set::merge
, but oneTBB doesn't seem to provide any move join function likeT join(T&&, T&&)
as far as I can see Reduction, parallel_reduce.h and enumerable_thread_specific.h.Is there any reason we cannot implement it?
The text was updated successfully, but these errors were encountered: