File: python-sortedcontainers-doc.doc-base

package info (click to toggle)
sortedcontainers 1.5.7-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 13,740 kB
  • ctags: 1,011
  • sloc: python: 7,114; makefile: 166; sh: 59
file content (14 lines) | stat: -rw-r--r-- 648 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Document: python-sortedcontainers-doc
Title: psutil documentation
Author: Grant Jenks
Abstract: 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.
Section: Programming/Python

Format: HTML
Index: /usr/share/doc/python-sortedcontainers-doc/html/index.html
Files: /usr/share/doc/python-sortedcontainers-doc/html/*