barrust / count-min-sketch

Count-Min Sketch Implementation in C
MIT License
45 stars 16 forks source link

Hotfix/default hash with seed #19

Closed barrust closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #19 (cbda07a) into master (20a5de7) will decrease coverage by 0.02%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #19      +/-   ##
==========================================
- Coverage   96.91%   96.88%   -0.03%     
==========================================
  Files           2        2              
  Lines         259      257       -2     
==========================================
- Hits          251      249       -2     
  Misses          8        8              
Impacted Files Coverage Δ
src/count_min_sketch.h 100.00% <ø> (ø)
src/count_min_sketch.c 96.62% <100.00%> (-0.03%) :arrow_down: