Archive for août 2009

16
août

How to get the max out of your PLinq query

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 ParallelEnumerable.Repeat and [...]


free blog themes
15
août

« 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# 3.0 for [...]


free blog themes