(Lazily) Filling in values into dask array takes increasing amount of time
I have some (~1000) smaller arrays and one big array.
The small arrays all have identical size, around 4000×4000.
The big array is roughly 1e5x1e5 in size, and is created using dask.array.zeros
, with a chunk size on the order of the small arrays.