[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#649895: (no subject)



From: Kouhei Maeda <mkouhei@palmtb.net>
To: Debian Bug Tracking System <submit@bugs.debian.org> 
Subject: ITP: python-ordereddict -- recipe has big-oh performance
X-Debbugs-CC: Kouhei Maeda <mkouhei@palmtb.net>
Package: wnpp
Owner: Kouhei Maeda <mkouhei@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).



Reply to: