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

GH-43693: [C++][Acero] Support AVX2 swiss join decoding #43832

Open
wants to merge 29 commits into
base: main
Choose a base branch
from

Commits on Aug 20, 2024

  1. Configuration menu
    Copy the full SHA
    624d3c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47072a8 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    c002367 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Decode selected avx2 WIP

    zanmato1984 committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    9b92cec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27bc9da View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. WIP

    zanmato1984 committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    5827fa2 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2024

  1. WIP

    zanmato1984 committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    e4d2c2e View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2024

  1. WIP

    zanmato1984 committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    b7cde57 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Fix visit null avx2

    zanmato1984 committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    d564859 View commit details
    Browse the repository at this point in the history
  2. Fix 1/2 bytes decoding

    zanmato1984 committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    463dc03 View commit details
    Browse the repository at this point in the history
  3. Fix 1 bit decoding

    zanmato1984 committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    cad7e25 View commit details
    Browse the repository at this point in the history
  4. Add decode offset avx2

    zanmato1984 committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    e51cf4a View commit details
    Browse the repository at this point in the history
  5. Typo

    zanmato1984 committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    e2af277 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Fix warnings

    zanmato1984 committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    7bcafad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6285806 View commit details
    Browse the repository at this point in the history
  3. Fix warnings

    zanmato1984 committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    70df4d4 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Add benchmark

    zanmato1984 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    534b7c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2afaf47 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c46f901 View commit details
    Browse the repository at this point in the history
  4. Fix merge conflict

    zanmato1984 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    7ff0097 View commit details
    Browse the repository at this point in the history
  5. Fix warning

    zanmato1984 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    9f67ec9 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    942f953 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4746bd2 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Remove hacking code

    zanmato1984 committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    5b9f277 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1542ffa View commit details
    Browse the repository at this point in the history
  3. Refine and comments

    zanmato1984 committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    0dc5368 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5d94565 View commit details
    Browse the repository at this point in the history
  5. Address comments

    zanmato1984 committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    055854d View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Configuration menu
    Copy the full SHA
    afb3117 View commit details
    Browse the repository at this point in the history