Hacker News new | ask | show | jobs
by p0nce 3478 days ago
> Being able to switch .iter() to .par_iter() and have things "just work" is a game changer.

It's called .parallel() in D, works the same way I guess. It turns a lazy computation chain into a parallel one.