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

37 implement a quotient filter #111

Merged
merged 16 commits into from
Jan 4, 2024
Merged

Conversation

barrust
Copy link
Owner

@barrust barrust commented Jan 4, 2024

fixes #37

Implements the basic quotient filter

@barrust barrust linked an issue Jan 4, 2024 that may be closed by this pull request
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (33f1b9a) 99.60% compared to head (debee99) 99.65%.
Report is 1 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #111      +/-   ##
==========================================
+ Coverage   99.60%   99.65%   +0.04%     
==========================================
  Files          14       16       +2     
  Lines        1522     1722     +200     
==========================================
+ Hits         1516     1716     +200     
  Misses          6        6              
Files Coverage Δ
probables/__init__.py 100.00% <100.00%> (ø)
probables/blooms/bloom.py 100.00% <100.00%> (ø)
probables/hashes.py 100.00% <100.00%> (ø)
probables/quotientfilter/__init__.py 100.00% <100.00%> (ø)
probables/quotientfilter/quotientfilter.py 100.00% <100.00%> (ø)
probables/utilities.py 100.00% <100.00%> (ø)

@barrust barrust merged commit a62e9ab into master Jan 4, 2024
15 checks passed
@barrust barrust deleted the 37-implement-a-quotient-filter branch January 4, 2024 01:20
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.

Implement a quotient filter
2 participants