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

Cache the OrgId for nameReferenceTransformer #4171

Merged
merged 1 commit into from Sep 7, 2021

Commits on Sep 7, 2021

  1. Cache the OrgId for nameReferenceTransformer

    Because this is in an inner loop and is fairly memory-allocation
    expensive even on a single allocation, it comes up top-of-the-list in
    memory allocation pprof profiles, for example with the coredns
    ClusterAddon.
    
    Add simple caching.
    justinsb committed Sep 7, 2021
    Copy the full SHA
    6552b90 View commit details
    Browse the repository at this point in the history