Zarr.jl
Zarr.jl copied to clipboard
`isinitialized` seems to be unused for chunks
Instead, it looks like getindex
has to return nothing
if the chunk doesn't exist. Should this be fixed? Is it a performance issue if we check for each chunk's existence?