scverse/spatialdata

Parallelize `aggregate()`

Opened this issue · 1 comments

aggregate() is not exploiting dask partitions and parallelization; using it may improve performance. We could make some experiments/benchmarks.

See Harpy aggregate implementation as mentioned by @ArneDefauw in #677.