Skip to content

Sort<T, TComparer> extensions performance #39466

Open
@jkotas

Description

@jkotas

Sort overloads that take TComparer as a generic argument were approved in #19969 . However, the implementation did not take advantage of the generic TComparer and the TComparer overload is actually the less efficient option.

This issue tracks fixing the implementation of Sort<T, TComparer> to take full advantage of the generic TComparer.

Full context: #37941 (comment)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions