Status: IN
Total pointer movement across all n `insert` calls on `OrderedStream` is O(n), making each insert O(1) amortized despite the inner while loop.
Source: entries/2026/06/06/design-an-ordered-stream-solution.md
JSON