sdd / kiddo

Kiddo
Apache License 2.0
85 stars 14 forks source link

add `ImmutableTree` (plus still-WIP hybrid tree) #80

Closed sdd closed 1 year ago

codecov-commenter commented 1 year ago

Codecov Report

Merging #80 (2ac6a4f) into next (9115796) will increase coverage by 4.80%. The diff coverage is 91.32%.

@@            Coverage Diff             @@
##             next      #80      +/-   ##
==========================================
+ Coverage   88.59%   93.40%   +4.80%     
==========================================
  Files          32       38       +6     
  Lines        3964     5642    +1678     
==========================================
+ Hits         3512     5270    +1758     
+ Misses        452      372      -80     
Files Changed Coverage Δ
src/mirror_select_nth_unstable_by.rs 99.43% <ø> (ø)
src/immutable/float/construction.rs 42.59% <42.59%> (ø)
src/immutable/float/query/approx_nearest_one.rs 66.93% <66.93%> (ø)
src/immutable/float/kdtree.rs 86.65% <86.65%> (ø)
src/immutable/float/query/best_n_within.rs 99.03% <99.03%> (ø)
src/best_neighbour.rs 89.18% <100.00%> (+43.03%) :arrow_up:
src/immutable/float/query/nearest_n.rs 100.00% <100.00%> (ø)
src/immutable/float/query/nearest_one.rs 100.00% <100.00%> (ø)
src/immutable/float/query/within.rs 100.00% <100.00%> (ø)
src/immutable/float/query/within_unsorted.rs 100.00% <100.00%> (ø)
... and 2 more

... and 4 files with indirect coverage changes

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more