JuliaCollections / LeftChildRightSiblingTrees.jl

Memory-efficient representation of a tree with arbitrary number of children/node
MIT License
16 stars 5 forks source link

Add graftchildren! and prunebranch! #5

Closed timholy closed 4 years ago

timholy commented 4 years ago

This is in service of https://github.com/timholy/FlameGraphs.jl/issues/4

CC @KristofferC

codecov-io commented 4 years ago

Codecov Report

Merging #5 into master will increase coverage by 6.59%. The diff coverage is 95.83%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #5      +/-   ##
==========================================
+ Coverage   82.53%   89.13%   +6.59%     
==========================================
  Files           2        2              
  Lines          63       92      +29     
==========================================
+ Hits           52       82      +30     
+ Misses         11       10       -1
Impacted Files Coverage Δ
src/LeftChildRightSiblingTrees.jl 92.68% <95.83%> (+2.11%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 624128a...e694c5d. Read the comment docs.

timholy commented 4 years ago

Thanks for the quick review, @oxinabox!