Skip to content

[feature] Implement rayon::iter::IntoParallelIterator for ArrayVec #291

@chipshort

Description

@chipshort

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions