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.
At the moment
parallel_integratoruses a vector of vectors as a state. However, since we have anyways established that theget_statefunction 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.