Add lazy hdf5anndata to benchmarks

Open Beginner friendly
#474 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
65/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Quiet
Tech stack
r
Domain
performance

Research direction

Locate the benchmark code containing the loop over InMemoryAnnData, HDF5AnnData, and ZarrAnnData. Read how benchmark backends are configured, then determine how the lazy HDF5AnnData variant should be represented. The work is done when the benchmarks include and run the lazy HDF5AnnData case.

Written by the indexing model from the issue text.

Description

triage
Description

In the benchmarks, we need to test the lazy version of HDF5AnnData. Currently:

  for (backend in c("InMemoryAnnData", "HDF5AnnData", "ZarrAnnData")) {

This will use the eager HDF5AnnData by default

Proposed Solution

No response

Dominant language
R
Stars
196
Forks
22
Avg merge
1d 9h
Merged PRs (30d)
7

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from scverse/anndataR

All issues in scverse/anndataR

Similar issues

More R issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.