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

2019-03-30 Thread Andy Shevchenko
On Sat, Mar 30, 2019 at 6:39 PM Andrey Abramov wrote: > > 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 buil

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

2019-03-30 Thread George Spelvin
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, but I haven't made meaningful progress yet, and I'm happy to pawn it off.)