Skip to content

do we need to re-encode array chunks #91

Description

@d-v-b

because we go through xarray's API for reading and writing Zarr arrays, we decompress and recompress chunks. This is necessary if we want to re-chunk the array data and / or use a different compressor. But if we don't want to do those things, then we could directly copy the bytes without decompression / compression, which would save some CPU cycles.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions