> We should never be explicitly iterating forward over a collection unless we need this behavior for the algorithm. Things should be implicitly parallel
There is already a crate providing parallel iterators. You just rename the iter() call and that's it. I don't agree it should be implicit though.
There is already a crate providing parallel iterators. You just rename the iter() call and that's it. I don't agree it should be implicit though.