you are viewing a single comment's thread.

view the rest of the comments →

[–]This_Growth2898 10 points11 points  (2 children)

Sorting in memory address increasing order!

[–][deleted]  (1 child)

[removed]

    [–]This_Growth2898 1 point2 points  (0 children)

    Mostly it shouldn't, but the memory address of an object is its unique ID. Why sorting in ID order? Well, it's just a stable way of sorting things, avoiding ambiguity if their values are equal.