lakwet / voracious_sort

Voracious radix sort
MIT License
58 stars 1 forks source link

New api: `voracious_sort_by`? #14

Open Dan-wanna-M opened 1 week ago

Dan-wanna-M commented 1 week ago

It is convenient to provide apis that use a lambda to obtain a key rather than implementing a trait, similar to slice::unstable_sort_by.