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 native longs KLL sketch #556

Merged
merged 1 commit into from
May 22, 2024
Merged

Conversation

ZacBlanco
Copy link
Contributor

@ZacBlanco ZacBlanco commented May 1, 2024

Our use case would benefit from an implementation for this native type. I considered a commit to refactor some common logic, but found little benefit, so opted to essentially sed s/float/long/ the KllFloatsSketch implementation along with all of the associated classes and tests.

@leerho
Copy link
Contributor

leerho commented May 15, 2024

I haven't had a chance to review this carefully, but I will. In principle I am in favor of this.

@jmalkin
Copy link
Contributor

jmalkin commented May 15, 2024

It's not an elegant solution, but effectively doing s/float/long/g is, sadly, a fairly reasonable approach in Java.

@leerho leerho changed the base branch from master to kll_longs_sketch May 22, 2024 17:05
@leerho
Copy link
Contributor

leerho commented May 22, 2024

Merge into branch "kll_longs_sketch"

@leerho leerho merged commit 201869e into apache:kll_longs_sketch May 22, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants