[Issue 10318] Built-in array sort usage warning, then deprecation, and finally removal

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Dec 26 11:50:36 PST 2013


https://d.puremagic.com/issues/show_bug.cgi?id=10318


Xinok <xinok at live.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |xinok at live.com


--- Comment #5 from Xinok <xinok at live.com> 2013-12-26 11:50:28 PST ---
(In reply to comment #1)
> 
> Phobos sort is not perfect, in some pathological cases its unstable algorithm
> goes in quadratic behavour, and it will need to become something more like the
> C++ STL introsort (that switches to another O(n ln n) algorithm in those
> cases).
> 

This issue has been fixed and pushed to the 2.065 branch.

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list