Re: [PATCH 0/5] simple sort swap function usage improvements

2019-04-01 Thread Rasmus Villemoes
[trimming cc list] On 30/03/2019 18.16, George Spelvin wrote: > Great work; that is indeed a logical follow-on. > > Reviewed by: George Spelvin > > I you feel even more ambitious, you could try impementing Rasmus > Villemoes' idea of having generic *compare* functions. (It's on > my to-do list

[PATCH 0/5] simple sort swap function usage improvements

2019-03-30 Thread Andrey Abramov
This is the logical continuation of sort improvements by George Spelvin "lib/sort & lib/list_sort: faster and smaller" series (added to the linux-next really recently). Patches from 1 to 4 replace simple swap functions with the built-in (which is now much faster) and grouped by subsystem (after th