Hacker News new | ask | show | jobs
by vram22 2740 days ago
>this uses the excellent rayon crate, which makes data parallelism awesome and easy.

Is that somewhat similar to D's std.parallelism module? A simple example of its use here:

https://jugad2.blogspot.com/2016/12/simple-parallel-processi...

1 comments

A similar idea, yes. Details may be a bit different.
Got it, thanks.