Skip to content

I wouldn't expect std::sort to be slower than std::stable_sort in general #1

@dhruvbird

Description

@dhruvbird

Also, std::sort should be faster than qsort() since the comparator is usually inlined in the former v/s called via a function pointer in the latter.

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