Roman Mukhin

Results 3 comments of Roman Mukhin

Perhaps our more general solution that based on `anndata._io.specs import read_elem` could address this use case as well https://pypi.org/project/cap-anndata/

I've found that RAM usage depends on concurrency settings: ![Image](https://github.com/user-attachments/assets/da263954-059d-4f3a-af04-8972d73375d6) Maximum RAM usage stops growing after 4, because there are 4 shards to read. So far, I assume that each...

I've found that setting concurrency to 1 (`os.environ["ZARR_ASYNC__CONCURRENCY"] = "1"`) solves the issue.