Hacker News new | past | comments | ask | show | jobs | submit login

> 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.




It’s called Rayon for anyone who wants to know.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: