Re: [Python-Dev] WikiSort

2014-03-15 Thread Tim Peters
[Aahz ] > [I'm nomail -- Cc me if you care whether I see followups] > > https://github.com/BonzaiThePenguin/WikiSort/tree/master > >WikiSort is a stable bottom-up in-place merge sort based on the work >described in "Ratio based stable in-place merging", by Pok-Son Kim and >Arne Kutzner

[Python-Dev] WikiSort

2014-03-15 Thread Aahz
[I'm nomail -- Cc me if you care whether I see followups] https://github.com/BonzaiThePenguin/WikiSort/tree/master WikiSort is a stable bottom-up in-place merge sort based on the work described in "Ratio based stable in-place merging", by Pok-Son Kim and Arne Kutzner [PDF]. Kim's and Kut