dstl / Stone-Soup

A software project to provide the target tracking community with a framework for the development and testing of tracking algorithms.
https://stonesoup.rtfd.io
MIT License
385 stars 127 forks source link

Add LRU cache to Updater predict measurement methods #826

Closed sdhiscocks closed 12 months ago

sdhiscocks commented 12 months ago

The cache for predict measurement was remove mistakenly in #794 and also missing on other methods. This offers notable performance improvement.