Skip to content

Concatenating and other operations without dask #120

@selmanozleyen

Description

@selmanozleyen

Description of feature

Based on this discussion with @ilan-gold :
https://scverse.zulipchat.com/#narrow/channel/315789-data-structures/topic/Fast.20out-of-core.20anndata.20ordering.2Fpermuting

In certain assumptions dask isn't needed for concatenation. One case is when a.var_names == b.var_names, i.e., when adatas align for a concat_aligned function. In the codes of researchers in most cases a.var_names == b.var_names hold when there is a concatenation. So it might be worth the speedup but we will first need to investigate how it would perform.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions