filecoin-project / go-amt-ipld

Implementation of an array mapped trie using go and ipld
Other
9 stars 15 forks source link

Parallel Diff #62

Closed frrist closed 2 years ago

frrist commented 2 years ago

Add new method ParallelDiff that performs diffing in parallel. Reuses existing tests.

codecov-commenter commented 2 years ago

Codecov Report

Merging #62 (24a540d) into master (7fd249d) will increase coverage by 1.96%. The diff coverage is 69.37%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #62      +/-   ##
==========================================
+ Coverage   60.02%   61.98%   +1.96%     
==========================================
  Files           8        9       +1     
  Lines         973     1231     +258     
==========================================
+ Hits          584      763     +179     
- Misses        265      319      +54     
- Partials      124      149      +25     
Impacted Files Coverage Δ
diff.go 65.78% <ø> (ø)
parallel_diff.go 69.37% <69.37%> (ø)

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 7fd249d...24a540d. Read the comment docs.

frrist commented 2 years ago

in favor of https://github.com/filecoin-project/go-amt-ipld/pull/67