One paragraph: what the artifact contains and which of the paper's claims it supports.
| Field | Value |
|---|---|
| Algorithm | |
| Program | |
| Compilation | Rust stable (rustup) via setuptools-rust; Python 3.12 |
| Data set | |
| Run-time environment | Linux; container image (see below) or any host with Python 3.12 + Rust |
| Hardware | x86-64; no accelerator required |
| Metrics | |
| Output | |
| Experiments | |
| Disk space required | ~ GB |
| Workflow preparation time | ~ minutes |
| Experiment completion time | ~ hours |
| Publicly available | Yes: https://github.com/{{github_username}}/{{project_name}} |
| Code licenses | MIT |
| Archived (DOI) |
- Source: https://github.com/{{github_username}}/{{project_name}} at tag
vX.Y.Z - Archived snapshot: Zenodo DOI above
- Container image:
ghcr.io/{{github_username}}/{{project_name}}:vX.Y.Z(code + environment + passing tests frozen at build;requirements-frozen.txton the release records exact dependency versions)
Docker (for the container path), or Python 3.12 + rustup (for the source path).
One command, pick by what you already have:
- Docker:
docker run -it --rm ghcr.io/{{github_username}}/{{project_name}}:vX.Y.Z - Browser (GitHub Codespaces): "Open in GitHub Codespaces" badge in the README
- From source:
make init