Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf: Drop
stateBuffer
from Core CKF (#3458)
I noticed that we recreate this buffer for every `findTracks` call which seems to be a massive overhead at the moment. Not sure if we want to pass it in from outside or just use the given container to store these temporary states in. The user will copy out the track and clear the container anyways which keeps memory allocated and should leave enough space for consecutive calls.
- Loading branch information