arkouda
arkouda copied to clipboard
Closes #3034 sparse sum partition helper
Closes #3034 sparse sum partition helper
This creates the function arkouda.util.sparse_sum_partition_helper
. It attempts to optimize the sparse sum operation by first partitioning the indices into segments corresponding to matching ranges, pre-computing the locale to move each segment, and sorting locally on the destination locale.