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

Add internal iterator to Bucket that goes over buckets. #356

Merged
merged 1 commit into from
Dec 21, 2022

Commits on Dec 21, 2022

  1. Add internal iterator to Bucket that goes over buckets.

    So far the code was frequently traversing all the keys (ignoring flag whether key is a bucket)
    and trying to open each of the keys as bucket (seeking the same entry from the scratch).
    
    In this proposal, we iterate only through bucket keys.
    
    Signed-off-by: Piotr Tabor <ptab@google.com>
    ptabor committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    ebca452 View commit details
    Browse the repository at this point in the history