Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow loading single-cell vectors without initializing cell IDs #1336

Closed
arteymix opened this issue Feb 24, 2025 · 1 comment
Closed

Allow loading single-cell vectors without initializing cell IDs #1336

arteymix opened this issue Feb 24, 2025 · 1 comment
Assignees
Labels
performance single cell Issues related to single-cell data support

Comments

@arteymix
Copy link
Member

When loading a few or even only one single-cell vectors, see #1333, we could save tremendous time by not initializing the cell IDs.

This is tricky because the singleCellDimension is eagerly initialized y Hibernate, so we might have to reconstruct the vector manually.

@arteymix arteymix added performance single cell Issues related to single-cell data support labels Feb 24, 2025
@arteymix arteymix self-assigned this Feb 24, 2025
@arteymix
Copy link
Member Author

arteymix commented Feb 27, 2025

I did some more work for this in 7fce772, we can even load SC vectors without data now!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance single cell Issues related to single-cell data support
Projects
None yet
Development

No branches or pull requests

1 participant