Skip to content

Adds rayon feature and impl IntoParallelIterator for ArrayVec #164

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

Closed
wants to merge 13 commits into from

Conversation

SkiFire13
Copy link

@SkiFire13 SkiFire13 commented Aug 24, 2020

This is pretty much a port of rayon's implementations for Vec. Taken from, in particular:

rayon/src/vec.rs (IntoParallelIterator, ParallelIterator and IndexedParallelIterator implementations)
rayon/tests/producer_split_at.rs (part of the tests)
rayon/src/iter/collect/mod.rs (parts of FromParallelIterator impl)
rayon/src/iter/collect/consumer.rs (ParallelExtend impl)

@SkiFire13 SkiFire13 marked this pull request as draft August 25, 2020 19:38
@SkiFire13
Copy link
Author

I just realized I could also implement rayon::iter::FromParallelIterator and rayon::iter::ParallelExtend

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

Successfully merging this pull request may close these issues.

1 participant