Now that __keys are fully hidden, switch the underlying structure
to deque() which futher reduces the temptation to index or resort. Also, it is a bit faster for some cases.
Showing
Please register or sign in to comment
to deque() which futher reduces the temptation to index or resort. Also, it is a bit faster for some cases.