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

builder: delay free data structure to reduce image build time #1298

Merged
merged 1 commit into from
May 25, 2023

Commits on May 23, 2023

  1. builder: delay free data structure to reduce image build time

    According to perf flame graph, it takes a long time to free objects
    used by image builder. In most common cases, the builder will only
    run once and exit, so it's unnecessary to free those used objects.
    
    Signed-off-by: Jiang Liu <[email protected]>
    jiangliu committed May 23, 2023
    Configuration menu
    Copy the full SHA
    c8d460a View commit details
    Browse the repository at this point in the history