Skip to content

Recommended Sort function #36

Open
@Boarders

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.

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