Y
Hacker News
new
|
ask
|
show
|
jobs
by
neonsunset
965 days ago
C# had PLINQ (aka arr.AsParallel()) since the time immemorial. It also works quite well with picking the right parallelization strategy and is very similar in its use to Rust Rayon's .par_iter().