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] Implement rayon::iter::IntoParallelIterator for ArrayVec #291

Open
chipshort opened this issue Feb 13, 2025 · 0 comments
Open

Comments

@chipshort
Copy link

It's currently not easily possible to create a parallel iterator from an ArrayVec<T, C> that yields owned T values.
I think this would be a very neat feature because it makes a lot of sense to collect into an ArrayVec after filtering some iterator, so rayon knows how many items it has to process.
There is already an implementation in #164 that just needs to be updated to the latest arrayvec API. I'd be happy to do that if there is interest in merging it.

There is a similar request for more rayon support in the form of FromParallelIterator

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