skiplist
A C++ skip list with Python bindings. This can be used to calculate a rolling median - fast!
Sorted data structure implementation by using skiplist and dict with Python and C