distributed-ranges
distributed-ranges copied to clipboard
shp::sort() - merge instead 2nd sort
Looking at this code again, it seems like we could use a parallel_for instead of a single_task here, as I originally wrote it. Do you want to try switching to parallel_for? It should be embarrassingly parallel.