Skip to content

Further optimize find_first_of #4497

@AlexGuteniev

Description

@AlexGuteniev
  • For one-element needle use find
  • For more than 16 bytes needle check it by parts
  • Do something for 4 and 8 byte size elements
  • Consider enabling for some cases basic_string::find_first_of (or prove it is not possible)

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