I implemented an [async fsspec file system for reading from a zip file in another fsspec filesystem](https://github.com/zarr-developers/zarr-python/discussions/1613#discussioncomment-13183705) (S3, local). Using it, reading from a zipped Zarr is not slower than reading from a Zarr.
I implemented an async fsspec file system for reading from a zip file in another fsspec filesystem (S3, local). Using it, reading from a zipped Zarr is not slower than reading from a Zarr.