Extending ndarray for binary arrays #1459
Unanswered
AdamWRichardson
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hello! On the topic of bitpacked arrays, this has been brought up in #1258 but wasn't implemented. Is this the same idea - essentially a |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I want to create a new crate which extends on the great ndarray work but is specific for binary matrices. My two new types I'd like to create are:
I was hoping to get some pointers on the best way to achieve this. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions