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): Use jump table for skip_space #7073

Merged
merged 15 commits into from
Mar 13, 2023
Merged

Commits on Mar 13, 2023

  1. Add whitespace module

    kdy1 committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    4986151 View commit details
    Browse the repository at this point in the history
  2. Use lookup table

    kdy1 committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    1c209b6 View commit details
    Browse the repository at this point in the history
  3. Fix

    kdy1 committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    9421278 View commit details
    Browse the repository at this point in the history
  4. Fix tabelx

    kdy1 committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    4b7a1ea View commit details
    Browse the repository at this point in the history
  5. Fix table

    kdy1 committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    3e5cdb4 View commit details
    Browse the repository at this point in the history
  6. remove dbg

    kdy1 committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    90970c7 View commit details
    Browse the repository at this point in the history
  7. Remove unwind

    kdy1 committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    c5e9203 View commit details
    Browse the repository at this point in the history
  8. Fix table

    kdy1 committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    1c48669 View commit details
    Browse the repository at this point in the history
  9. $@

    kdy1 committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    231f13b View commit details
    Browse the repository at this point in the history
  10. Use for loop

    kdy1 committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    9711ffc View commit details
    Browse the repository at this point in the history
  11. inline

    kdy1 committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    3a62f0f View commit details
    Browse the repository at this point in the history
  12. Use return value

    kdy1 committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    532619c View commit details
    Browse the repository at this point in the history
  13. Fix scan

    kdy1 committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    e44706b View commit details
    Browse the repository at this point in the history
  14. Fix

    kdy1 committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    df74d1b View commit details
    Browse the repository at this point in the history
  15. Fix tabel

    kdy1 committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    2ab9af3 View commit details
    Browse the repository at this point in the history