[Python-Dev] Re: (Adaptive) Shivers sort variant of Tim sort

2021-08-29 Thread Laurent Lyaudet
Hello, Le sam. 28 août 2021 à 19:38, Tim Peters a écrit : > [Laurent Lyaudet ] > > ... > > My benchmarks could be improved but however I found that Shivers' sort > > and adaptive Shivers' sort (aka Jugé's sort) performs better than > > Tim's sort. > > Cool! Could you move this to the issue repor

[Python-Dev] Re: (Adaptive) Shivers sort variant of Tim sort

2021-08-28 Thread Tim Peters
[Laurent Lyaudet ] > ... > My benchmarks could be improved but however I found that Shivers' sort > and adaptive Shivers' sort (aka Jugé's sort) performs better than > Tim's sort. Cool! Could you move this to the issue report already open on this? Replace list sorting merge_collapse()? ht