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

OCPBUGS-17157: cache/json: use shared buffers for JSON decoding #1140

Commits on Sep 6, 2023

  1. cache/json: use shared buffers for JSON decoding

    This commit uses a shared buffer in a shared decoder for the ListBundles
    call, which should reduce our memory footprint when we're asked for this
    data.
    
    I also changed the sorting of the key-set to be an explicit call to
    sort.Slice, instead of an implicit side-effect from sets.New().List().
    
    Signed-off-by: Steve Kuznetsov <[email protected]>
    stevekuznetsov committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    95183c4 View commit details
    Browse the repository at this point in the history