------------------
**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.