Skip to content

Use vector algorithms in basic_string::find and basic_string::rfind #5036

@AlexGuteniev

Description

@AlexGuteniev

We have enough vector algorithms to do this: search, find_end, find_last.

Every overload for 8 bit and 16 bit characters and standard character traits should use some of the following: a CRT function, a built-in, a vectorized implementation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    fixedSomething works now, yay!performanceMust go faster

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions