Parallel LINQ implementation in mono?
Posted
by ccook
on Stack Overflow
See other posts from Stack Overflow
or by ccook
Published on 2010-06-01T09:45:38Z
Indexed on
2010/06/01
9:53 UTC
Read the original article
Hit count: 262
I was considering trying PLINQ to parallelize some numerical methods which need to be portable. Does Mono implement Parallel LINQ? If so, how does performance compare between .NET and mono.
© Stack Overflow or respective owner