A underscore extension which provides some useful data structure
Python implementation of java TreeMap. Hope similar data structure can be added to python offical library.
data structures that combine a hashmap and a min/max priority heap, with main operations requiring O(1) or O(log n) time.