[Mono-dev] LINQ order by sorting algorithm

Roei Erez roeie at mainsoft.com
Thu May 15 15:16:17 EDT 2008


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<T> and Mono
currently not, which causes applications to behave differently in both
platforms.

It is not a critical issue, but I think It is better for Mono to follow
the actual MS.NET behavior here.

If you agree with me I can fix it.

 

Regards, 

Roei Erez

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20080515/e871ea82/attachment.html 


More information about the Mono-devel-list mailing list