sortedcontainers v0.9.0 Release Notes

Release Date: 2014-09-17 // over 9 years ago
  • API Changes

    • Added __ior__, __iand__, __isub__, and __ixor__ methods to SortedSet interface.

    ๐Ÿ‘Œ Improvements

    • ๐Ÿ”„ Changed position-based indexing to use dense tree-based index.

    Miscellaneous

    • โž• Added workload-based performance comparison for sorted list: Priority Queue, Multiset, etc.