distributed-ranges icon indicating copy to clipboard operation
distributed-ranges copied to clipboard

shp::sort() - merge instead 2nd sort

Open mateuszpn opened this issue 1 year ago • 1 comments

mateuszpn avatar Apr 16 '24 12:04 mateuszpn

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.

BenBrock avatar Apr 25 '24 18:04 BenBrock