-
Notifications
You must be signed in to change notification settings - Fork 1
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
map
which returns tuples of vectors would also be nice
#2
Comments
map
whic returns tuples of vectors would also be nicemap
which returns tuples of vectors would also be nice
I think it should work already! You could even use |
No, I mean a version of
If people are so concerned about performance in the julia issue, then better to attack the problem directly by avoidingthe intermediate allocation of This is my main use-case for wanting |
Right, this should work out of the box:
|
oh, cool. One final motivation for having this in its own function (beyond saving typing), is that this could potentially also be a |
Hmm, actually, I think that's also possible using some of the internals of this package.
I suppose I could write up a docstring for |
Thanks for making
Unzip
. I appreciate it.My main use-case for
unzip
, though, is returning a tuple of vectors frommap
rather than a vector of tuples. Would this be possible to add toUnzip
?The text was updated successfully, but these errors were encountered: