[issue38938] Possible performance improvement for heaqq.merge()

Dennis Sweeney report at bugs.python.org
Sat Dec 28 17:09:05 EST 2019


Dennis Sweeney <sweeney.dennis650 at gmail.com> added the comment:

PR 17729 is a C implementation of a non-recursive "flattening" of the the recursive-lazy-mergesort algorithm into a tournament whose state is a tree of losers of comparisons.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38938>
_______________________________________


More information about the Python-bugs-list mailing list