Popularity
6.8
Stable
Activity
7.4
-
3,219
34
195

Description

SortedContainers is an Apache2 licensed containers library, written in pure-Python, and fast as C-extensions.

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.

Things shouldn't be this way. Not in Python.

Code Quality Rank: L3
Programming language: Python
License: GNU General Public License v3.0 or later
Latest version: v2.4.0

sortedcontainers alternatives and similar packages

Based on the "Algorithms and Design Patterns" category.
Alternatively, view sortedcontainers alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of sortedcontainers or a related project?

Add another 'Algorithms and Design Patterns' Package