You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I feel like it would be good to have an option to switch between zarr/zarrita/tensorstore for the zarr i/o, as they all have pros and cons and this would enable benchmarking each of them.
The most useful think would probably to abstract away the few features that we actually use (opening/writing a group, opening/writing/slicing an array), and wrap each of the libraries in classes that inherit from this AbstractZarrIO class.
The text was updated successfully, but these errors were encountered:
I feel like it would be good to have an option to switch between zarr/zarrita/tensorstore for the zarr i/o, as they all have pros and cons and this would enable benchmarking each of them.
The most useful think would probably to abstract away the few features that we actually use (opening/writing a group, opening/writing/slicing an array), and wrap each of the libraries in classes that inherit from this
AbstractZarrIO
class.The text was updated successfully, but these errors were encountered: