python-ordereddict

Drop-in substitute for Py2.7’s new collections.OrderedDict. The recipe has big-oh performance that matches regular dictionaries (amortized O(1) insertion/deletion/lookup and O(n) iteration/repr/copy/equality_testing).
Current version: 1.1

History

Effective Date Table ID Version Download URL Project URL Version URL
2020-12-22 10 1.1 project version
2019-01-17 9 1.1 project version
2017-07-13 8 1.1 project version