JuliaAlgebra / StaticPolynomials.jl

Fast evaluation of multivariate polynomials
https://juliaalgebra.github.io/StaticPolynomials.jl/latest/
Other
16 stars 4 forks source link

First Performance improvement #2

Closed saschatimme closed 6 years ago

saschatimme commented 6 years ago

Comparison against master: https://gist.github.com/anonymous/f5d2d53b59aee4410567b84f7fecb12f

codecov-io commented 6 years ago

Codecov Report

Merging #2 into master will increase coverage by 2.94%. The diff coverage is 93.47%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2      +/-   ##
=======================================
+ Coverage   57.05%   60%   +2.94%     
=======================================
  Files           9    10       +1     
  Lines         326   405      +79     
=======================================
+ Hits          186   243      +57     
- Misses        140   162      +22
Impacted Files Coverage Δ
src/evaluation.jl 66.66% <ø> (ø) :arrow_up:
src/system.jl 40% <ø> (ø) :arrow_up:
src/gradient_codegen.jl 66.66% <100%> (-33.34%) :arrow_down:
src/evaluate_codegen.jl 100% <100%> (ø) :arrow_up:
src/codegen_helpers.jl 88.88% <100%> (+3.78%) :arrow_up:
src/evalpoly.jl 91.17% <91.17%> (ø)

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 cdd301e...a5b03e5. Read the comment docs.