openmct/platform/telemetry
Victor Woeltjen d1a09c0180 [Telemetry] Remove linear search
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.
2015-06-10 16:53:35 -07:00
..
lib [Telemetry] Add skeleton formatter 2014-12-24 10:28:58 -08:00
src [Telemetry] Remove linear search 2015-06-10 16:53:35 -07:00
test [Licenses] Add license headers 2015-05-13 16:43:30 -07:00
bundle.json Merge branch 'open-master' into open806 2015-04-20 19:35:19 -07:00
README.md [Telemetry] Bring in telemetry bundle 2014-11-28 16:06:54 -08:00

This bundle is responsible for introducing a reusable infrastructure and set of APIs for using time-series data in Open MCT Web.