Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recommended Sort function #36

Open
Boarders opened this issue Jul 18, 2021 · 0 comments
Open

Recommended Sort function #36

Boarders opened this issue Jul 18, 2021 · 0 comments

Comments

@Boarders
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant