1title: Welcome to Benchcompress
2description:
3 Benchcompress is an open-source project for comparing compression algorithms
4 on scientific data arrays, with a special focus on electrophysiology
5 recordings.
7sections:
8 algorithms:
9 title: Algorithms
10 description:
11 Explore the supported compression algorithms, including traditional methods
12 like zlib and modern approaches like ANS.
13 link: /algorithms
14 linkText: View Algorithms
16 datasets:
17 title: Datasets
18 description:
19 Explore the curated collection of scientific datasets, including
20 electrophysiology recordings, seismic data, and more. See the performance
21 of the various compression algorithms on each dataset.
22 link: /datasets
23 linkText: View Datasets
25 paper:
26 title: Research Paper
27 description:
28 Read the work-in-progress paper describing the methodology,
29 implementation, and findings of this research.
30 link: /paper
31 linkText: Read Paper
33 monitor:
34 title: Live Monitor
35 description:
36 The benchmarking runs automatically in a GitHub Actions workflow. Track
37 current progress, view completed benchmarks, and monitor performance
38 metrics as they are generated.
39 link: /monitor
40 linkText: View Monitor
42 source:
43 title: Source Code
44 description:
45 Explore the GitHub repository to view the source code, contribute to the
46 project, or run your own benchmarks locally.
47 link: https://github.com/concept-collection/benchcompress
48 linkText: View on GitHub
49 external: true
51 submit:
52 title: Submit an Algorithm or Dataset
53 description:
54 Want to contribute? Learn how to add your own compression algorithm
55 or scientific dataset to the benchmark suite. Follow the step-by-step
56 guide for preparing and submitting your contribution.
57 link: /submit
58 linkText: Submission Guide