tzaeschke / phtree-cpp

PH-Tree C++ implementation
Apache License 2.0
28 stars 9 forks source link

Simplify relocate() #98

Closed tzaeschke closed 1 year ago

tzaeschke commented 1 year ago

Simplify relocate() functions

codecov-commenter commented 1 year ago

Codecov Report

Merging #98 (0eca88d) into main (6706463) will decrease coverage by 0.02%. The diff coverage is 98.80%.

@@            Coverage Diff             @@
##             main      #98      +/-   ##
==========================================
- Coverage   98.53%   98.50%   -0.03%     
==========================================
  Files          25       25              
  Lines        1974     2004      +30     
==========================================
+ Hits         1945     1974      +29     
- Misses         29       30       +1     
Impacted Files Coverage Δ
include/phtree/common/common.h 100.00% <ø> (ø)
include/phtree/v16/entry.h 96.80% <ø> (ø)
include/phtree/v16/phtree_v16.h 98.43% <97.72%> (-0.57%) :arrow_down:
include/phtree/common/b_plus_tree_map.h 98.97% <100.00%> (+0.14%) :arrow_up:
include/phtree/common/flat_array_map.h 99.03% <100.00%> (+0.01%) :arrow_up:
include/phtree/common/flat_sparse_map.h 98.07% <100.00%> (+0.29%) :arrow_up:
include/phtree/v16/node.h 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.