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

Bug#790504: ITP: sortedcontainers -- sorted container types: SortedList, SortedDict, and SortedSet



Package: wnpp
Severity: wishlist
Owner: Sandro Tosi <morph@debian.org>

* Package name    : sortedcontainers
  Version         : 0.9.6
  Upstream Author : Grant Jenks
* URL             : http://www.grantjenks.com/docs/sortedcontainers/
* License         : Apache 2.0
  Programming Lang: Python
  Description     : sorted container types: SortedList, SortedDict, and SortedSet

 Python’s standard library is great until you need a sorted container type. Many
 will attest that you can get really far without one, but the moment you really
 need a sorted list, dict, or set, you’re faced with a dozen different
 implementations, most using C-extensions without great documentation and
 benchmarking.


Reply to: