We have had lists as the supporting framework for the limit bid and ask lists of lists. As of commit 6f01ba42e7986915d0c7228a14d38ba4812b6cc8 , we have hash-maps that use the order-id as the key, improving performance.
This proposal introduces changes to the limit bid and asks queues so that vectors should be used. This allows for quick operations that could potentially speed matching up to x5 (x10 from using the old implementation of lists).
We have had lists as the supporting framework for the limit bid and ask lists of lists. As of commit 6f01ba42e7986915d0c7228a14d38ba4812b6cc8 , we have hash-maps that use the order-id as the key, improving performance.
This proposal introduces changes to the limit bid and asks queues so that vectors should be used. This allows for quick operations that could potentially speed matching up to x5 (x10 from using the old implementation of lists).