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

Implement HyperLogLog.contains_many() #528

Merged
merged 1 commit into from
Dec 18, 2021
Merged

Conversation

brainix
Copy link
Owner

@brainix brainix commented Dec 18, 2021

.contains_many() is like .__contains__(), but it's better for fast
membership testing for multiple elements.

`.contains_many()` is like `.__contains__()`, but it's better for fast
membership testing for multiple elements.
@brainix brainix self-assigned this Dec 18, 2021
@brainix
Copy link
Owner Author

brainix commented Dec 18, 2021

🐟

@brainix brainix merged commit 070c336 into master Dec 18, 2021
@brainix brainix deleted the redisset-contains_many branch December 18, 2021 02:36
@brainix
Copy link
Owner Author

brainix commented Dec 18, 2021

This is an embarrassing copy pasta error. This commit message should've been:

Implement RedisSet.contains_many()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant