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(traverse): optimize TraverseScoping::generate_uid_name #6663

Commits on Oct 18, 2024

  1. perf(traverse): optimize TraverseScoping::generate_uid_name (#6663)

    Tiny optimization. Move initializing `self.uid_names` to just before `self.uid_names.as_mut().unwrap()` so compiler can see that the `unwrap` is infallible and elide it, even if `get_uid_names` isn't inlined.
    overlookmotel committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    ac77c87 View commit details
    Browse the repository at this point in the history