Parallel I/O
aosterthun opened this issue · 2 comments
aosterthun commented
Hi,
I was wondering if the I/O is parallelized. I couldn't find anything concrete regarding this topic in the documentation.
davidbrochart commented
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.
aosterthun commented
Ok good to know. Thanks for the quick response.