tzaeschke / phtree-cpp

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

Fix bptree copy cstr/assignment #119

Closed tzaeschke closed 1 year ago

tzaeschke commented 1 year ago

Fix copy cstr/assignment for B+trees. See also #102.

codecov-commenter commented 1 year ago

Codecov Report

Merging #119 (060ab68) into main (56e0f2a) will decrease coverage by 0.12%. The diff coverage is 50.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     #119      +/-   ##
==========================================
- Coverage   98.41%   98.29%   -0.12%     
==========================================
  Files          25       25              
  Lines        1958     1998      +40     
==========================================
+ Hits         1927     1964      +37     
- Misses         31       34       +3     
Impacted Files Coverage Δ
include/phtree/common/b_plus_tree_hash_map.h 98.37% <50.00%> (-1.01%) :arrow_down:
include/phtree/common/b_plus_tree_map.h 98.07% <50.00%> (-0.77%) :arrow_down:

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