LIHPC-Computational-Geometry / honeycomb

Combinatorial map implementation for meshing applications
https://lihpc-computational-geometry.github.io/honeycomb/
Apache License 2.0
7 stars 1 forks source link

refactor(kernels::grisubal): improve dart preallocation code #211

Closed imrn99 closed 2 weeks ago

imrn99 commented 2 weeks ago

replace a quadratic loop with a proper scan at two occurences

codecov-commenter commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 82.62%. Comparing base (308afbb) to head (290094a).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #211 +/- ## ========================================== + Coverage 82.60% 82.62% +0.01% ========================================== Files 41 41 Lines 5865 5870 +5 ========================================== + Hits 4845 4850 +5 Misses 1020 1020 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.