Skip to content

Reserve output container to avoid reallocation in ParametrizedKalman

Christoph Hasse requested to merge ParamKalman_smallChange into TDR

Simple reserve to avoid costly reallocation.
And directly create Track in the result vector to avoid the move.

fyi @sstemmle @decianm, hope this is ok for you?

Edited by Christoph Hasse

Merge request reports