mirror of
https://github.com/nasa/openmct.git
synced 2025-02-20 17:33:23 +00:00
Remove linear search for unused positions when queuing telemetry updates; instead, track available positions such that insertion is more performant at a modest cost (bound to the number of subscriptions) of retrieval. Additionally, add implementation notes in-line. WTD-1202.
This bundle is responsible for introducing a reusable infrastructure and set of APIs for using time-series data in Open MCT Web.