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 BitArrays #10

Open
nfoti opened this issue Aug 21, 2013 · 1 comment
Open

Allow BitArrays #10

nfoti opened this issue Aug 21, 2013 · 1 comment

Comments

@nfoti
Copy link

nfoti commented Aug 21, 2013

It would be very useful to add support to pass BitArrays to map, reduce, and mapreduce (and the inplace versions). I'm not sure if this is as simple as adding it to the union of types that the arguments of those functions can be or if more significant changes need to be made.

Thanks.

@nfoti
Copy link
Author

nfoti commented Aug 22, 2013

I took a shot at implementing this, but it was a bit more involved than I thought. A lot of the functions use ContiguousArrays, which BitArrays are not. I did get some code working for BitArrays, but the functions clobbered the ContiguousArray versions.

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