Skip to content

Commit fa7b36c

Browse files
committed
Add data summaries
1 parent bc56ecf commit fa7b36c

1 file changed

Lines changed: 19 additions & 1 deletion

File tree

docs/index.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,25 @@ What choices to make isn't obvious, hence this project.
1212

1313
## Summary
1414

15-
> Put top level recommendations here
15+
- [tensorstore](https://google.github.io/tensorstore/) is faster than [Zarr-python 3](https://zarr.readthedocs.io/en/stable/) is faster than [Zarr-python 2](https://zarr.readthedocs.io/en/v2.18.5/).
16+
17+
All data we used for these tests is available at **put DOI here**.
18+
19+
### Dense image data
20+
21+
We used a **(shape)** shaped image with uint16 data type.
22+
23+
- Use Blosc with zstd, with a compression level of 9
24+
- Use a compression level of 4 for quicker wrtie times but slightly smaller compression ratios (but similar read times).
25+
26+
### Dense label data
27+
28+
We used a **(shape)** shaped image with **dtype** data type.
29+
30+
- ...
31+
- ...
32+
33+
### Sparse label data
1634

1735
## Compressors
1836

0 commit comments

Comments
 (0)