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

Micro optimizations and refactorings #591

Merged
merged 8 commits into from
Oct 25, 2024

Commits on Oct 15, 2024

  1. Optimize isString

    Signed-off-by: Kamil Tekiela <[email protected]>
    kamil-tekiela committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    949d1df View commit details
    Browse the repository at this point in the history
  2. Optimize isSymbol

    Signed-off-by: Kamil Tekiela <[email protected]>
    kamil-tekiela committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    0e979c8 View commit details
    Browse the repository at this point in the history
  3. Optimize isWhitespace

    Signed-off-by: Kamil Tekiela <[email protected]>
    kamil-tekiela committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    0b21c5c View commit details
    Browse the repository at this point in the history
  4. Refactor escapeAll()

    Signed-off-by: Kamil Tekiela <[email protected]>
    kamil-tekiela committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    bb60ad1 View commit details
    Browse the repository at this point in the history
  5. Refactor isComment

    Signed-off-by: Kamil Tekiela <[email protected]>
    kamil-tekiela committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    b541c5a View commit details
    Browse the repository at this point in the history
  6. String offset access should always return a string

    Signed-off-by: Kamil Tekiela <[email protected]>
    kamil-tekiela committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    8d711e8 View commit details
    Browse the repository at this point in the history
  7. Turn $operators into a const

    Signed-off-by: Kamil Tekiela <[email protected]>
    kamil-tekiela committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    3dcaadb View commit details
    Browse the repository at this point in the history
  8. Context should not be directly loadable

    Signed-off-by: Kamil Tekiela <[email protected]>
    kamil-tekiela committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    dbee88a View commit details
    Browse the repository at this point in the history