dib-lab / pybbhash

A Python wrapper for the bbhash library for Minimal Perfect Hashing
Other
18 stars 4 forks source link

add a 'lookup_many' method to PyMPHF objects #11

Closed ctb closed 3 years ago

ctb commented 3 years ago

further speedups in line with #6

codecov[bot] commented 3 years ago

Codecov Report

Merging #11 into latest will decrease coverage by 0.95%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           latest      #11      +/-   ##
==========================================
- Coverage   72.38%   71.42%   -0.96%     
==========================================
  Files           5        5              
  Lines         134      140       +6     
==========================================
+ Hits           97      100       +3     
- Misses         37       40       +3     
Impacted Files Coverage Δ
test_bbhash.py 83.33% <100.00%> (-16.67%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e653723...6348243. Read the comment docs.