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.
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.
-
python-ds
No non-sense and no BS repo for how data structure code should be in Python - simple and elegant.
SaaSHub - Software Alternatives and Reviews
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of sortedcontainers or a related project?