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-patterns
A collection of design patterns/idioms in Python -
more-itertools
More routines for operating on iterables, beyond itertools -
python-ds
No non-sense and no BS repo for how data structure code should be in Python - simple and elegant. -
PyPattyrn
A simple library for implementing common design patterns. -
ClointFusion
Cloint India Pvt. Ltd's (ClointFusion) Pythonic RPA (Automation) Platform
Collect and Analyze Billions of Data Points in Real Time
* 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?