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 simple GC for view array types #5885

Merged
merged 10 commits into from
Jun 14, 2024
Merged

Commits on Jun 13, 2024

  1. feat: support gc for view_arrays

    part 1: implement checker to check if current buffer is compact
    
    Signed-off-by: 蔡略 <[email protected]>
    ClSlaid authored and XiangpengHao committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    67a4766 View commit details
    Browse the repository at this point in the history
  2. feat: add gc to view-arrays

    part2: implement actual gc algorithm
    
    Signed-off-by: 蔡略 <[email protected]>
    ClSlaid authored and XiangpengHao committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    4c76bc5 View commit details
    Browse the repository at this point in the history
  3. patch: add more tests

    Signed-off-by: 蔡略 <[email protected]>
    ClSlaid authored and XiangpengHao committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    2cb2e0d View commit details
    Browse the repository at this point in the history
  4. patch: improve robustness

    Signed-off-by: 蔡略 <[email protected]>
    ClSlaid authored and XiangpengHao committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    f5e964d View commit details
    Browse the repository at this point in the history
  5. simplify gc

    XiangpengHao committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    92d6de5 View commit details
    Browse the repository at this point in the history
  6. make fmt happy

    XiangpengHao committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    2cdfbcd View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Update arrow-array/src/array/byte_view_array.rs

    Co-authored-by: Andrew Lamb <[email protected]>
    XiangpengHao and alamb authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    c4f5fee View commit details
    Browse the repository at this point in the history
  2. improve testing

    XiangpengHao committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    a29182c View commit details
    Browse the repository at this point in the history
  3. check in a benchmark

    XiangpengHao committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    1b3b589 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    98d9a61 View commit details
    Browse the repository at this point in the history