[PLinq] Remove double delegate cost when non indexed in SelectMany query node
[mono.git] / mcs / class / System.Core / System.Linq.Parallel.QueryNodes / QuerySelectManyNode.cs
2010-11-26 Jérémie Laval[PLinq] Remove double delegate cost when non indexed...
2010-11-24 Jérémie Laval[PLinq] Fix the mess out of SelectMany node and speed...
2010-09-07 Jonathan PobstMerge branch 'master' of github.com:mono/mono
2010-08-26 Jérémie Laval[PLinq] Implement SelectMany ordered mode
2010-08-19 Jérémie Laval[PLinq] Replace calls to ToArray by ToList in query...
2010-08-18 Jérémie Laval[PLinq] Reflect directory hierarchy change on namespace...
2010-08-17 Jérémie Laval[PLinq] Move NET_4_0 define check under licence text
2010-08-17 Jérémie Laval[PLinq] Tidy up file hierarchy in System.Linq