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

BitVec support for ndarray? #1258

Open
JohnScience opened this issue Jan 14, 2023 · 1 comment
Open

BitVec support for ndarray? #1258

JohnScience opened this issue Jan 14, 2023 · 1 comment

Comments

@JohnScience
Copy link

There is a bitvec crate which offers space efficient storage for one-dimensional bool arrays and vectors. I'm contracted for a project which would benefit from BitArrayD analogous to ArrayD. Eventually we might consider the possibility of implementing it. Would this be a valuable addition to ndarray from your perspective?

@bluss
Copy link
Member

bluss commented May 6, 2023

How much of ndarray do you think you can reuse with this change?

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

2 participants