sortedcontainers · PyPI
https://pypi.org/project/sortedcontainers16.05.2021 · Sorted Containers is an Apache2 licensed sorted collections library, written in pure-Python, and fast as C-extensions.. Python’s standard library is great until you need a sorted collections type. Many will attest that you can get really far without one, but the moment you really need a sorted list, sorted dict, or sorted set, you’re faced with a dozen different …
Python Sorted Containers — Sorted Containers 2.4.0 ...
www.grantjenks.com/docs/sortedcontainersPython Sorted Containers¶. Sorted Containers is an Apache2 licensed sorted collections library, written in pure-Python, and fast as C-extensions.. Python’s standard library is great until you need a sorted collections type. Many will attest that you can get really far without one, but the moment you really need a sorted list, sorted dict, or sorted set, you’re faced with a dozen different ...
sortedcontainers · PyPI
pypi.org › project › sortedcontainersMay 16, 2021 · Sorted Containers takes all of the work out of Python sorted collections - making your deployment and use of Python easy. There’s no need to install a C compiler or pre-build and distribute custom extensions. Performance is a feature and testing has 100% coverage with unit tests and hours of stress.