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

Merge batcher input generic over containers #494

Merged
merged 14 commits into from
Jun 13, 2024

Commits on Jun 13, 2024

  1. Generic chunker, plus flatcontainer support

    Signed-off-by: Moritz Hoffmann <[email protected]>
    antiguru committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    d42d6a6 View commit details
    Browse the repository at this point in the history
  2. Improve trait bounds

    Make the BuilderInput trait generic over the key and value containers
    instead of the layout, which makes trait bounds much simpler and allows
    for reusing the `BuilerInput` implementation for generic key and value
    containers, instead tying it to specific layouts.
    
    Signed-off-by: Moritz Hoffmann <[email protected]>
    antiguru committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    40ac8ef View commit details
    Browse the repository at this point in the history
  3. Address comments

    Signed-off-by: Moritz Hoffmann <[email protected]>
    antiguru committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    4f96250 View commit details
    Browse the repository at this point in the history
  4. Make chunker public

    Signed-off-by: Moritz Hoffmann <[email protected]>
    antiguru committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    cf44db5 View commit details
    Browse the repository at this point in the history
  5. Unify sorting and consolidation

    Signed-off-by: Moritz Hoffmann <[email protected]>
    antiguru committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    83a4f9e View commit details
    Browse the repository at this point in the history
  6. Add comments.

    Signed-off-by: Moritz Hoffmann <[email protected]>
    antiguru committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    94cfb56 View commit details
    Browse the repository at this point in the history
  7. Address comments

    Signed-off-by: Moritz Hoffmann <[email protected]>
    antiguru committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    10d5f62 View commit details
    Browse the repository at this point in the history
  8. BFS for flatcontainer

    Signed-off-by: Moritz Hoffmann <[email protected]>
    antiguru committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    c7c4131 View commit details
    Browse the repository at this point in the history
  9. Fix merge batcher flat

    Signed-off-by: Moritz Hoffmann <[email protected]>
    antiguru committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    31efb51 View commit details
    Browse the repository at this point in the history
  10. Update flatcontainer test to use flatcontainers in iteration

    Signed-off-by: Moritz Hoffmann <[email protected]>
    antiguru committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    f52db45 View commit details
    Browse the repository at this point in the history
  11. Replace Chunker with container builder

    Signed-off-by: Moritz Hoffmann <[email protected]>
    antiguru committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    e279663 View commit details
    Browse the repository at this point in the history
  12. Remove ContainerChunker input parameter

    Signed-off-by: Moritz Hoffmann <[email protected]>
    antiguru committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    08aeb54 View commit details
    Browse the repository at this point in the history
  13. Free consolidate_container function

    Signed-off-by: Moritz Hoffmann <[email protected]>
    antiguru committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    6bbf7a5 View commit details
    Browse the repository at this point in the history
  14. Integrate flatcontainer bfs in regular bfs

    Signed-off-by: Moritz Hoffmann <[email protected]>
    antiguru committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    7a70f88 View commit details
    Browse the repository at this point in the history