Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vectorize basic_string::find_last_of #4934

Merged
merged 20 commits into from
Oct 12, 2024

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    e9a1d8f View commit details
    Browse the repository at this point in the history
  2. the needle

    AlexGuteniev committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    16725ae View commit details
    Browse the repository at this point in the history
  3. yes we pad

    AlexGuteniev committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    ad880bf View commit details
    Browse the repository at this point in the history
  4. last

    AlexGuteniev committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    46ecdc8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    59f69e3 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    71a5d7b View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    4eca1fc View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    cb682d5 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    d4346a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    655d8eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b4b7649 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c67cad8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0823194 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    57172bf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5e225bb View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Configuration menu
    Copy the full SHA
    5c12aee View commit details
    Browse the repository at this point in the history
  2. Threshold fixup

    For _last_of it is never correct to subtract _Start_at from something,
    the range is on the other side from _Start_at (+1 because inclusive)
    AlexGuteniev committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    35267a8 View commit details
    Browse the repository at this point in the history
  3. Early-return to save indentation

    Indentation is a limited resource. Think of the children!
    CaseyCarter committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    407f924 View commit details
    Browse the repository at this point in the history
  4. Remove dead return

    CaseyCarter committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    dd37817 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    200c93f View commit details
    Browse the repository at this point in the history