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

use const field instead of internal RefValue #70

Merged
merged 1 commit into from
Aug 10, 2024
Merged

use const field instead of internal RefValue #70

merged 1 commit into from
Aug 10, 2024

Commits on Aug 10, 2024

  1. Use const fields in parser State instead of refs

    This avoids using the (technically) internal RefValue, and so the need
    to use [] for access. It may also perform slightly better, not that this
    is a performance-critical area of the codebase, but why not.
    KristofferC authored and tecosaur committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    4fcd8bb View commit details
    Browse the repository at this point in the history