Is there a structure in Python which supports similar operations to C++ STL map and complexity of operations correspond to C++ STL map?
Python
C++ STL map
Python dictionaries [5.5].