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

coldata: minor tweak of flat bytes #45426

Merged
merged 1 commit into from
Feb 28, 2020
Merged

Commits on Feb 26, 2020

  1. coldata: minor tweak of flat bytes

    This commit changes `maybeBackfillOffsets` to update `maxSetIndex`
    accordingly (this might be a minor performance improvement). In a sense,
    when we're backfilling offsets, we *are* setting indices to point to
    empty `[]byte` slices. Also, the logic for `Set` method is slightly
    refactored.
    
    Release note: None
    yuzefovich committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    c1c1100 View commit details
    Browse the repository at this point in the history