Changes

Jump to: navigation, search

DPS921/Team team

80 bytes removed, 18:57, 4 December 2020
no edit summary
const auto startTime = high_resolution_clock::now();
// same sort call as above, but with par_unseq:
sort(std::execution::par_unseq, sorted.begin(), sorted.end());
tbb::parallel_sort(sorted);
18
edits

Navigation menu