tzaeschke / phtree-cpp

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

Move stuff in common into detail namespace #130

Closed tzaeschke closed 1 year ago

tzaeschke commented 1 year ago

Move some stuff in common into namespace detail. See #129 .

codecov-commenter commented 1 year ago

Codecov Report

Merging #130 (e6d1636) into main (225493a) will not change coverage. 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     #130   +/-   ##
=======================================
  Coverage   98.32%   98.32%           
=======================================
  Files          26       26           
  Lines        2084     2084           
=======================================
  Hits         2049     2049           
  Misses         35       35           
Impacted Files Coverage Δ
include/phtree/common/bits.h 100.00% <ø> (ø)
include/phtree/common/common.h 100.00% <ø> (ø)
include/phtree/common/flat_array_map.h 99.02% <ø> (ø)
include/phtree/common/flat_sparse_map.h 97.91% <ø> (ø)
include/phtree/common/base_types.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.