Skip to content

Commit bc56ecf

Browse files
committed
Start final report
1 parent 062d178 commit bc56ecf

4 files changed

Lines changed: 22 additions & 0 deletions

File tree

docs/assets/read.png

237 KB
Loading

docs/assets/shuffle.png

73.4 KB
Loading

docs/assets/write.png

249 KB
Loading

docs/index.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,28 @@ layout: default
44

55
# Zarr benchmarks
66

7+
This page contains the results of a small project benchmarking the best options to use when creating Zarr arrays.
8+
[Zarr](https://zarr.dev/) is a specification for storing array data, allowing efficient operations on them for huge datasets.
9+
10+
When you create a Zarr dataset, there are two important options you can set: the chunk shape, and the compression algorithm.
11+
What choices to make isn't obvious, hence this project.
12+
13+
## Summary
14+
15+
> Put top level recommendations here
16+
717
## Compressors
818

19+
### Write
20+
21+
![alt text](assets/write.png)
22+
23+
### Read
24+
25+
![alt text](assets/read.png)
26+
27+
### Shuffle
28+
29+
![alt text](assets/shuffle.png)
30+
931
## Software libraries

0 commit comments

Comments
 (0)