I ran a simple benchmark to compare the merge speed between SortedSet and a regular (Python 2.7) set. I expected the merge of sorted sets to be faster but it turns out it's dramatically slower. This ...
This package msgpack_sorted is a fork of the msgpack python package. It adds only one option sort_keys (default: False) and its implementation: Sort dictionary keys with the python sorted function ...