DynamicalSystemsBase.jl icon indicating copy to clipboard operation
DynamicalSystemsBase.jl copied to clipboard

Try out single vector for parallel integrator

Open Datseris opened this issue 4 years ago • 0 comments

At the moment parallel_integrator uses a vector of vectors as a state. However, since we have anyways established that the get_state function is used to obtain one of the parallel states, we could consider making the states a single huge vector. That may result in performance improvements.


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

Datseris avatar Feb 08 '21 10:02 Datseris