You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
because we assume that stable and unstable are indistinguishable when sorting numeric data. Unfortunately, this is only true for total orderings.
The text was updated successfully, but these errors were encountered:
LilithHafner
changed the title
Sorting Numerics with a non-antisymmetric order is unstable by default.
Sorting Numerics with a non-total order is unstable by default.
Oct 22, 2021
This is unfortunate:
We have
julia/base/sort.jl
Line 658 in 792c026
because we assume that stable and unstable are indistinguishable when sorting numeric data. Unfortunately, this is only true for total orderings.
The text was updated successfully, but these errors were encountered: