baggepinnen/DifferentialDynamicProgramming.jl

Reduce allocations

baggepinnen opened this issue · 0 comments

The number of allocations made and thus the time to solve can probably be reduced quite dramatically by switching to a StaticArrays approach for the dynamics matrices. Benchmarks here