From O(n log n) to O(log p): Rebuilding the Order Book for Performance
📰 Dev.to · Bill Tu
When we first built MatchEngine, the order book used a sorted slice. Every time an order was...
When we first built MatchEngine, the order book used a sorted slice. Every time an order was...