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

Support hyper log log plus plus(HLL++) #17133

Draft
wants to merge 11 commits into
base: branch-25.02
Choose a base branch
from

Commits on Nov 21, 2024

  1. Support hyper log log plus plus(HLL++)

    Signed-off-by: Chong Gao <[email protected]>
    Chong Gao committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    06512e9 View commit details
    Browse the repository at this point in the history
  2. Improve: use shared memory

    Chong Gao committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    abb4cad View commit details
    Browse the repository at this point in the history
  3. Reduction for hllpp

    Chong Gao committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    77ea21c View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. Improve reduction

    Chong Gao committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    d3b6066 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. Refine code; Add comments

    Chong Gao committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    57efaff View commit details
    Browse the repository at this point in the history
  2. Adjust configs to get better performance

    Chong Gao committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    57be29e View commit details
    Browse the repository at this point in the history
  3. Update code comments; Minor changes

    Chong Gao committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    51ead98 View commit details
    Browse the repository at this point in the history
  4. Format code

    Chong Gao committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    8e0ff01 View commit details
    Browse the repository at this point in the history
  5. Use has_nested_nulls; fix compile error

    Chong Gao committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    884efe0 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2024

  1. update xxhash64 for hllpp

    Chong Gao committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    41f4ea2 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'branch-25.02' into hll-new

    Chong Gao committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    59ee807 View commit details
    Browse the repository at this point in the history