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
Copy file name to clipboardExpand all lines: docs/index.md
+19-1Lines changed: 19 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,25 @@ What choices to make isn't obvious, hence this project.
12
12
13
13
## Summary
14
14
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.
0 commit comments