The Free On-line Dictionary of Computing (19 January 2023):
stable sortA sort algorithm that preserves the order of records with equal keys. Stability is only relevant when sorting records (or objects) that contain data other than the sort key. (2018-09-05)