Here are some tips you should follow if you want to get the maximum performance out of a Linq query parallelized with PLinq (at least with upcoming Mono version) : Use an indexed data structure as your source like an array, a list or anything which implements the generic IList<T> interface. You can also use [...]
Yet Another [À Compléter]
You are currently viewing the monthly archives for août 2009
Monthly Archives août 2009
« Fundamentalist Functional Programming »
Erik Meijer, guru at MS Research, has recently given a talk at OSCON 2009 introducing functional programming in a funny way. Highly recommended if you have always wondered what all fuss about side effects and purity is about. Check it out : http://blip.tv/file/2402061/ He even cite Mono around 4:30 (btw Erik, Mono has supported C# [...]