summaryrefslogtreecommitdiffstats
path: root/devel/py-ordereddict/pkg-descr
blob: 472701eeb97505174ec8be5b80358e20108a2e3e (plain)
1
2
3
4
5
6
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).

WWW: https://pypi.python.org/pypi/ordereddict
OpenPOWER on IntegriCloud