zarr-python icon indicating copy to clipboard operation
zarr-python copied to clipboard

Use concurrent writes for v2 > v3 conversion CLI

Open K-Meech opened this issue 3 months ago • 0 comments

The metadata conversion CLI (https://github.com/zarr-developers/zarr-python/pull/3257) currently uses a conversion strategy that is serial over arrays and groups. It may be more performant to switch to a concurrent strategy. See discussion on original PR.

K-Meech avatar Sep 17 '25 13:09 K-Meech