cubed-dev / cubed

Bounded-memory serverless distributed N-dimensional array processing
https://cubed-dev.github.io/cubed/
Apache License 2.0
116 stars 14 forks source link

Cubed vs dask.array: Convergent evolution? #570

Open TomNicholas opened 1 week ago

TomNicholas commented 1 week ago

For a while I've been thinking that Cubed and dask.array are potentially on a path of convergent evolution to a very similar design. After talking to @phofl at length at the NumFOCUS summit, I feel more confident in this - some explicit similarities below.

Dask is becoming more similar to Cubed:

Cubed could become more similar to Dask:

Cubed-on-dask

Remaining differences:

I don't know if there is an action item here but I wanted to raise it for discussion.

tomwhite commented 1 week ago

Thanks @TomNicholas, this is very interesting!