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

Install Pyflakes and run it on every Travis build #69

Merged
merged 6 commits into from
Dec 28, 2017
Merged

Conversation

brainix
Copy link
Owner

@brainix brainix commented Dec 28, 2017

No description provided.

Clarify that `num_values` and `false_positives` affect not only
`BloomFilter.size()` but also `BloomFilter.num_hashes()`.

Also make note of `BloomFilter.update()` and `BloomFilter.clear()`
usage.
Sometimes by fluke, we'd exceed our acceptable false positive rate.
Minimize the chances of that by bumping down the number of values that
we're inserting / looking up, bumping up `num_values`, and bumping down
`false_positives`.
@brainix brainix merged commit 07fada1 into master Dec 28, 2017
@brainix brainix deleted the pyflakes branch December 28, 2017 12:55
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.

1 participant