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 HyperLogLog.contains_many() #545

Merged
merged 1 commit into from
Dec 20, 2021
Merged

Conversation

brainix
Copy link
Owner

@brainix brainix commented Dec 20, 2021

Previously, we were generating a new temporary HyperLogLog key for
every element that we wanted to do a membership test for. Now, we're
reusing the same temporary key since we copy/delete the HyperLogLog
before/after each membership test anyway.

Previously, we were generating a new temporary HyperLogLog key for
every element that we wanted to do a membership test for.  Now, we're
reusing the same temporary key since we copy/delete the HyperLogLog
before/after each membership test anyway.
@brainix brainix self-assigned this Dec 20, 2021
@brainix
Copy link
Owner Author

brainix commented Dec 20, 2021

🐟

@brainix brainix merged commit e6344d6 into master Dec 20, 2021
@brainix brainix deleted the hyperloglog-contains_many branch December 20, 2021 09:09
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.

None yet

1 participant