JuliaFolds / Transducers.jl

Efficient transducers for Julia
https://juliafolds.github.io/Transducers.jl/dev/
MIT License
432 stars 24 forks source link

Fix performance regression with BlockArrays #417

Closed tkf closed 4 years ago

tkf commented 4 years ago

Trying to fix https://github.com/JuliaFolds/FLoops.jl/issues/42

codecov[bot] commented 4 years ago

Codecov Report

Merging #417 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #417   +/-   ##
=======================================
  Coverage   90.84%   90.84%           
=======================================
  Files          25       25           
  Lines        1594     1594           
=======================================
  Hits         1448     1448           
  Misses        146      146           
Flag Coverage Δ
#unittests 90.84% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/interop/blockarrays.jl 100.00% <ø> (ø)

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 95a6641...a05477d. Read the comment docs.