-
-
Notifications
You must be signed in to change notification settings - Fork 402
Performance regression in V3 #2710
Copy link
Copy link
Open
Labels
bugPotential issues with the zarr-python libraryPotential issues with the zarr-python libraryperformancePotential issues with Zarr performance (I/O, memory, etc.)Potential issues with Zarr performance (I/O, memory, etc.)
Metadata
Metadata
Assignees
Labels
bugPotential issues with the zarr-python libraryPotential issues with the zarr-python libraryperformancePotential issues with Zarr performance (I/O, memory, etc.)Potential issues with Zarr performance (I/O, memory, etc.)
Zarr version
3.0.0
Numcodecs version
0.14.1
Python Version
3.13
Operating System
Linux
Installation
Using uv
Description
This simple workload, which writes out the numbers 1 through 1e9 in 64 separate chunks,
run in about 5s on my machine on version 2.18.
The equivalent workload on version 3 takes over a minute:
Steps to reproduce
See above
Additional output
No response