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

32 refactor bloom filters #44

Merged
merged 3 commits into from
Apr 3, 2024
Merged

32 refactor bloom filters #44

merged 3 commits into from
Apr 3, 2024

Conversation

matweldon
Copy link
Collaborator

@matweldon matweldon commented Apr 3, 2024

Closes #32

  • Made the code in the class much simpler by inlining functions.
  • Changed defaults to size=1024, num_hashes=2, and offset=0
  • Removed unexplainable 'size - 1' in __init__()
  • Removed redundant parameter assignments from app.utils.convert_dataframe_to_bf()

Made the code in the class much simpler by inlining functions.
Changed defaults to size=1024, num_hashes=2, and offset=0
Removed unexplainable 'size - 1' in __init__
@matweldon matweldon linked an issue Apr 3, 2024 that may be closed by this pull request
@matweldon matweldon requested a review from SStock1 April 3, 2024 14:24
@SStock1 SStock1 merged commit 50b6643 into main Apr 3, 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.

Refactor bloom_filters.py
2 participants