mirror of
https://github.com/nasa/openmct.git
synced 2025-02-22 10:11:06 +00:00
Update the insertion point check with shortcutting behavior for appending / prepending objects, which is the common case for sorted inserts on initial table load (when large numbers of records are inserted). This allows O(1) performance for the common case while maintaining O(log n) performance for the edge case.
This directory contains all bundles for the Open MCT platform, as well as the framework which runs them.