Parallel LINQ implementation in mono?
I was considering trying PLIN开发者_StackOverflow社区Q 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.
Mono trunk as of June 22nd has that code on SVN, hopefully you can try it and help us by taking it out for a spin and filing bug reports.
Apperently, it is planned for Mono 2.8 (Parallel Framework).
This blog post back from 2008 claimed support. Now that was a long time before Parallel Extensions was actually released... I don't know how closely Mono has been tracking the Microsoft API.
精彩评论