tzaeschke / phtree-cpp

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

flat fixed size vector #124

Closed tzaeschke closed 1 year ago

tzaeschke commented 1 year ago

A flat fixed size vector for future us in the B+trees.

codecov-commenter commented 1 year ago

Codecov Report

Merging #124 (77041bd) into main (b2b72f5) will increase coverage by 0.00%. The diff coverage is 100.00%.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@           Coverage Diff           @@
##             main     #124   +/-   ##
=======================================
  Coverage   98.29%   98.30%           
=======================================
  Files          25       25           
  Lines        1999     2009   +10     
=======================================
+ Hits         1965     1975   +10     
  Misses         34       34           
Impacted Files Coverage Δ
include/phtree/common/b_plus_tree_base.h 91.70% <100.00%> (ø)
include/phtree/common/b_plus_tree_hash_map.h 98.38% <100.00%> (+<0.01%) :arrow_up:
include/phtree/common/b_plus_tree_map.h 98.13% <100.00%> (+0.05%) :arrow_up:
include/phtree/common/flat_array_map.h 99.02% <100.00%> (+0.03%) :arrow_up:
include/phtree/common/flat_sparse_map.h 97.91% <100.00%> (+0.09%) :arrow_up:
include/phtree/v16/node.h 100.00% <100.00%> (ø)
include/phtree/v16/phtree_v16.h 99.50% <100.00%> (ø)

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