You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
@JohnScience is this still of interest or planned? If not, I would like to close to help clean up the issues backlog, since there has been no further activity.
@JohnScience is this still of interest or planned? If not, I would like to close to help clean up the issues backlog, since there has been no further activity.
It was implemented but ended up being closed-source.
There is a
bitvec
crate which offers space efficient storage for one-dimensionalbool
arrays and vectors. I'm contracted for a project which would benefit fromBitArrayD
analogous toArrayD
. Eventually we might consider the possibility of implementing it. Would this be a valuable addition tondarray
from your perspective?The text was updated successfully, but these errors were encountered: