Parallelize `aggregate()`
Opened this issue · 1 comments
LucaMarconato commented
aggregate()
is not exploiting dask partitions and parallelization; using it may improve performance. We could make some experiments/benchmarks.
berombau commented
See Harpy aggregate implementation as mentioned by @ArneDefauw in #677.