Skip to content

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