xtensor-stack/xtensor-zarr

Parallel I/O

aosterthun opened this issue · 2 comments

Hi,

I was wondering if the I/O is parallelized. I couldn't find anything concrete regarding this topic in the documentation.

Hi @aosterthun, I/O is not parallelized. Actually, the "scheduler" is currently sequential, so parallel I/O would not help. More sophisticated schedulers, similar to what Dask does, would be a great addition.

Ok good to know. Thanks for the quick response.