Add parallel iteration for exact chunks#1601
Conversation
Implement Rayon IntoParallelIterator support for ExactChunks and ExactChunksMut by wrapping their NdProducer traversal in an unindexed parallel producer. Add coverage for immutable and mutable exact chunk iteration and document the new API. Closes rust-ndarray#1192
|
This is not a critic of your code (I haven't checked), but I wonder if we actually want a Sorry @akern40 to disturb you :) Do you have an opinion on this |
|
|
|
Not a bother! Sorry for the slow response - I see both sides of the argument. I would rather we get rid of all the par helpers, I think? But for now, I think consistency continues to be paramount. I'm in favor of the |
Implement Rayon IntoParallelIterator support for ExactChunks and ExactChunksMut by wrapping their NdProducer traversal in an unindexed parallel producer. Add coverage for immutable and mutable exact chunk iteration and document the new API.
Closes #1192