JuliaAlgebra / StaticPolynomials.jl

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

Improve codegen #3

Closed saschatimme closed 6 years ago

saschatimme commented 6 years ago

There are still a couple of optimizations Not implemented:

saschatimme commented 6 years ago

Another thing is that for the evaluation of the systems currently each polynomial is evaluated separately. We can use the @_inline_meta macro to inline the generated functions. If the compiler doesn’t give up on the amount of code generated it should eliminate multiple computations of the setup for the goertzel like evolution.