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

Compaction lossy hash #14283

Merged
merged 9 commits into from
Oct 25, 2023
Merged

Commits on Oct 21, 2023

  1. tools: add cc format helper

    This is useful for the open-source build when vtools is not available.
    
    Signed-off-by: Noah Watkins <[email protected]>
    dotnwat committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    524cfb9 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. utils: add async fill operation for fragmented vector

    Signed-off-by: Noah Watkins <[email protected]>
    dotnwat committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    845d66a View commit details
    Browse the repository at this point in the history
  2. utils: add fragmented vector async clear interface

    Signed-off-by: Noah Watkins <[email protected]>
    dotnwat committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    23af3f6 View commit details
    Browse the repository at this point in the history
  3. storage: add size interface to key offset map

    Signed-off-by: Noah Watkins <[email protected]>
    dotnwat committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    5e152eb View commit details
    Browse the repository at this point in the history
  4. storage: add key offset map capacity interface

    Signed-off-by: Noah Watkins <[email protected]>
    dotnwat committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    51cc85d View commit details
    Browse the repository at this point in the history
  5. storage: add hash based compaction index

    Signed-off-by: Noah Watkins <[email protected]>
    dotnwat committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    df03641 View commit details
    Browse the repository at this point in the history
  6. storage: add tests for key offset map

    Signed-off-by: Noah Watkins <[email protected]>
    dotnwat committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    d9d15a0 View commit details
    Browse the repository at this point in the history
  7. storage: add license header

    Signed-off-by: Noah Watkins <[email protected]>
    dotnwat committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    0b9f5fe View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. storage: update comment

    Signed-off-by: Noah Watkins <[email protected]>
    dotnwat committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    bd74fb4 View commit details
    Browse the repository at this point in the history