The Free On-line Dictionary of Computing (30 December 2018):
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)