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

perf(es/lexer): Reduce allocation while lexing identifiers #9076

Merged
merged 10 commits into from
Jun 18, 2024

Commits on Jun 18, 2024

  1. slice

    kdy1 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    d04a463 View commit details
    Browse the repository at this point in the history
  2. can_be_keyword = false;

    kdy1 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    f28cea1 View commit details
    Browse the repository at this point in the history
  3. fix

    kdy1 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    b678a4c View commit details
    Browse the repository at this point in the history
  4. Can be keyword

    kdy1 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    00f14c9 View commit details
    Browse the repository at this point in the history
  5. continue

    kdy1 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    3b2d10d View commit details
    Browse the repository at this point in the history
  6. bench

    kdy1 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    6ac7f01 View commit details
    Browse the repository at this point in the history
  7. REvert bench

    kdy1 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    b55f760 View commit details
    Browse the repository at this point in the history
  8. fix

    kdy1 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    950c058 View commit details
    Browse the repository at this point in the history
  9. fixup

    kdy1 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    8c80631 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7cdf5fb View commit details
    Browse the repository at this point in the history