Re: [Mono-dev] LINQ order by sorting algorithm

2008-05-15 Thread Jb Evain
Hey Roei, On 5/15/08, Roei Erez <[EMAIL PROTECTED]> wrote: > The specification of 'OrderBy' query operator does not explicitly saying the > sorting algorithm should be stable. > > Though, MS.NET gives a stable implementation for IEnumerable and Mono > currently not, which causes applications to be

[Mono-dev] LINQ order by sorting algorithm

2008-05-15 Thread Roei Erez
Hi, The specification of 'OrderBy' query operator does not explicitly saying the sorting algorithm should be stable. Though, MS.NET gives a stable implementation for IEnumerable and Mono currently not, which causes applications to behave differently in both platforms. It is not a critical issue,