lakwet / voracious_sort

Voracious radix sort
MIT License
58 stars 1 forks source link

Bug vergesort preprocessing heuristic #2

Closed lakwet closed 3 years ago

lakwet commented 3 years ago

Rework how ascending or descending parts are managed. When there is a bunch of non sorted elements, and then only sorted (asc or desc) elements, vpph does not manage it well.

lakwet commented 3 years ago

fixed by v1.1.0