You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice if the library exposed some particular sort algorithm as the recommended choice for those that don't wish to know the details of the algorithms (perhaps insertionSort on small arrays and mergeSort on large arrays or something else). This sort function could then be exported by a Data.Vector.Algorithms module and would be the one to reach for if you didn't know any better.
The text was updated successfully, but these errors were encountered:
It would be nice if the library exposed some particular
sort
algorithm as the recommended choice for those that don't wish to know the details of the algorithms (perhapsinsertionSort
on small arrays andmergeSort
on large arrays or something else). Thissort
function could then be exported by aData.Vector.Algorithms
module and would be the one to reach for if you didn't know any better.The text was updated successfully, but these errors were encountered: