Skip to content

Implement rayon's ParallelIterator on a wrapper around AxisIter, AxisIterMut #250

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 21 commits into from

Conversation

bluss
Copy link
Member

@bluss bluss commented Dec 14, 2016

Fixes #248

@bluss
Copy link
Member Author

bluss commented Dec 19, 2016

I've reduced scope again to just axis iter (and mut). We don't want to impl this for .iter()/.iter_mut() until the parallel iterator can customize their inner loop in rayon (something along fold or even fold_ok as the inner loop).

Edit: Upstream is learning UnindexedProducer::fold_using, which we will use.

@bluss
Copy link
Member Author

bluss commented Dec 21, 2016

Replaced by #252

@bluss bluss closed this Dec 21, 2016
@bluss bluss deleted the par-iter branch March 15, 2021 11:57
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