This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Dennis Sweeney
Recipients Dennis Sweeney, bbayles, rhettinger, tim.peters
Date 2019-12-28.22:09:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1577570945.73.0.190398328823.issue38938@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2019-12-28 22:09:05Dennis Sweeneysetrecipients: + Dennis Sweeney, tim.peters, rhettinger, bbayles
2019-12-28 22:09:05Dennis Sweeneysetmessageid: <1577570945.73.0.190398328823.issue38938@roundup.psfhosted.org>
2019-12-28 22:09:05Dennis Sweeneylinkissue38938 messages
2019-12-28 22:09:05Dennis Sweeneycreate