Skip to content

[libc++] Optimize std::search #129326

Open
Open
@ldionne

Description

@ldionne

It seems easy to use std::find to find the first matching element in std::search, and we might be able to use std::mismatch afterwards.

Metadata

Metadata

Assignees

No one assigned

    Labels

    libc++libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi.performance

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions