From: Kouhei Maeda <mkou...@palmtb.net> To: Debian Bug Tracking System <sub...@bugs.debian.org> Subject: ITP: python-ordereddict -- recipe has big-oh performance X-Debbugs-CC: Kouhei Maeda <mkou...@palmtb.net> Package: wnpp Owner: Kouhei Maeda <mkou...@palmtb.net> Severity: wishlist
* Package name : python-ordereddict Version : 1.1 Upstream Author : Raymond Hettinger * URL or Web page : http://pypi.python.org/pypi/ordereddict * License : The MIT License Description : recipe has big-oh performance collections.OrderedDict that works in Python 2.4-2.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). -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org