SortingAlgorithms.jl icon indicating copy to clipboard operation
SortingAlgorithms.jl copied to clipboard

try using powersort based merging for TimSort

Open oscardssmith opened this issue 3 years ago • 1 comments

python 3.11 added this in https://github.com/python/cpython/issues/78742

oscardssmith avatar Dec 14 '22 17:12 oscardssmith

This seems like a pretty clear win from the discussion on the Python side but a very minor performance gain. Here's the diff that implemented the changes in Python's C implementation.

LilithHafner avatar Dec 18 '22 05:12 LilithHafner