rchillyard / The-repository-formerly-known-as

2 stars 12 forks source link

Compare insertion sort with Timsort for the cleanup sort #51

Closed rchillyard closed 3 years ago

rchillyard commented 3 years ago

HuskySort normally uses the system sort (Timsort) to clean up any remaining inversions. We should compare their actual performance.