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

Bug#637849: ITP: python-ordereddict -- Drop-in substitute for Python 2.7's collections.OrderedDict



Package: wnpp
Severity: wishlist
Owner: Janos Guljas <janos@resenje.org>

* Package name    : python-ordereddict
  Version         : 1.1
  Upstream Author : Raymond Hettinger
* URL             : http://pypi.python.org/pypi/ordereddict/
* License         : MIT/X
  Programming Lang: Python
  Description     : Drop-in substitute for Python 2.7's collections.OrderedDict

 Drop-in substitute for Python 2.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: