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

In Memory Backend #13

Open
ianfd opened this issue Jul 30, 2024 · 0 comments
Open

In Memory Backend #13

ianfd opened this issue Jul 30, 2024 · 0 comments

Comments

@ianfd
Copy link

ianfd commented Jul 30, 2024

Hello everyone!

I'm currently working on a single cell rust library to build performant pipelines. Occasionally, it might be useful to have a pure in-memory representation of the data, instead of a H5 backed one. I tried implementing an in-memory backend on my own, but since I don't have that much experience with rust, I encountered some smaller problems.

I saw in the source-code that there was a prototype (maybe) there at one time anndata/src/backend/memory.rs, but it seems to be outdated.

Would it be possible to revive that project again? I know this is a lot of work, but it would really be handy to handle small or temporary data!

This is the current state of my attempt 😅. STATE

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant