Skip to content

Recommended Sort function #36

Description

@Boarders

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions