The SortedContainers Package for Python
See this: SortedContainers — sortedcontainers 0.6.0 documentation
Here's some text from the invitation.
You may find the the performance comparison and implementation details interesting because it doesn't use any sophisticated tree data structure or balancing algorithms. It's a great example of taking advantage of what processors are good at …more ...