mailund / stralg

Small library of string algorithms
17 stars 10 forks source link

Memory pool for suffix tree nodes #101

Closed mailund closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #101 into master will increase coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #101      +/-   ##
==========================================
+ Coverage   99.11%   99.11%   +<.01%     
==========================================
  Files          45       45              
  Lines        3498     3502       +4     
==========================================
+ Hits         3467     3471       +4     
  Misses         31       31
Impacted Files Coverage Δ
stralg/suffix_tree.h 100% <ø> (ø) :arrow_up:
stralg/suffix_tree.c 99.75% <100%> (-0.01%) :arrow_down:
performance/suffix_tree_construction.c 100% <100%> (ø) :arrow_up:

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 f829c6f...e88cc33. Read the comment docs.

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at ?% when pulling e88cc3354856e056abeba465d686f79a3288bc74 on memory-pool-for-suffix-trees into f829c6fa52a7a51bea26dd7a0dbb10ad9521bae5 on master.

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at ?% when pulling e88cc3354856e056abeba465d686f79a3288bc74 on memory-pool-for-suffix-trees into f829c6fa52a7a51bea26dd7a0dbb10ad9521bae5 on master.