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

Simplify hllDenseRegHisto() #13196

Open
wants to merge 2 commits into
base: unstable
Choose a base branch
from

Commits on Apr 7, 2024

  1. Simplify hllDenseRegHisto()

    In HyperLogLog, every register has 6 bits and every 8 registers can be
    processed with same logic. Therefore, the code for handling 16 registers
    can be simplified to only handle 8.
    panzhongxian committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    c346ce5 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Simplify hllDenseRegHisto()

    Change processing 4 registers in one loop rather than 12.
    panzhongxian committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    ee0f3d3 View commit details
    Browse the repository at this point in the history