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

cmd/audit: improve performance of versioned formula names #16010

Commits on Sep 16, 2023

  1. cmd/audit: improve performance of versioned formula names

    There is a check for other versioned formula with the same name
    in the file audit. This just memoizes all of the versioned
    formulae in a tap during the first call and then uses that much
    shorter list everytime it checks for things.
    apainintheneck committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    7e05a9b View commit details
    Browse the repository at this point in the history