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

Speedup String#{ indexOf, lastIndexOf } #2649

Draft
wants to merge 22 commits into
base: main
Choose a base branch
from

Commits on Feb 13, 2023

  1. wip

    MaxGraey committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    cbd7eb2 View commit details
    Browse the repository at this point in the history
  2. fix

    MaxGraey committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    087eb1f View commit details
    Browse the repository at this point in the history
  3. better

    MaxGraey committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    eb8a25f View commit details
    Browse the repository at this point in the history
  4. fix

    MaxGraey committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    618e13c View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. better

    MaxGraey committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    c8b53f5 View commit details
    Browse the repository at this point in the history
  2. refactor

    MaxGraey committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    4bc5145 View commit details
    Browse the repository at this point in the history
  3. simplify

    MaxGraey committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    c12a3a0 View commit details
    Browse the repository at this point in the history
  4. refactor

    MaxGraey committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    4404ad6 View commit details
    Browse the repository at this point in the history
  5. refactor

    MaxGraey committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    7ceeea0 View commit details
    Browse the repository at this point in the history
  6. less parens

    MaxGraey committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    6b5145c View commit details
    Browse the repository at this point in the history
  7. more

    MaxGraey committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    927f9ca View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    95ea83c View commit details
    Browse the repository at this point in the history
  9. more indexOf tests

    MaxGraey committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    6cb592e View commit details
    Browse the repository at this point in the history
  10. more

    MaxGraey committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    fea3106 View commit details
    Browse the repository at this point in the history
  11. lastIndexOf wip

    MaxGraey committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    7f4c9ef View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. more fast paths

    MaxGraey committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    6117265 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. upd lock

    MaxGraey committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    56248f7 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2023

  1. finish findCodePointBackward

    MaxGraey committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    5cebdb0 View commit details
    Browse the repository at this point in the history
  2. fix?

    MaxGraey committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    d96336c View commit details
    Browse the repository at this point in the history
  3. fix + more tests

    MaxGraey committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    111330b View commit details
    Browse the repository at this point in the history
  4. fix

    MaxGraey committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    c248ffd View commit details
    Browse the repository at this point in the history
  5. fix?

    MaxGraey committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    6a7035a View commit details
    Browse the repository at this point in the history