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

[feature] FromParallelIterator for arrayvec::ArrayVec #905

Closed
BartMassey opened this issue Dec 13, 2021 · 2 comments
Closed

[feature] FromParallelIterator for arrayvec::ArrayVec #905

BartMassey opened this issue Dec 13, 2021 · 2 comments

Comments

@BartMassey
Copy link

Would sure be nice to have rayon::iter::FromParallelIterator implemented for ArrayVec from the arrayvec crate. Would the implementation belong in Rayon under a feature gate, or somewhere else? What might make it hard? Should I just try to put together a pull request?

@cuviper
Copy link
Member

cuviper commented Dec 13, 2021

Usually our trait implementations get added as an optional "rayon" feature of the other crate, especially because efficient implementations may need to access private details of the type.

@BartMassey
Copy link
Author

Thanks much! Filed bluss/arrayvec#209

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