A Python package that's like the built-in collections.Counter
, but sorted.
Access to min/max elements is guaranteed to have
CPython only for now.
The API currently supports only elements of C++ type double
(equivalent to Python's float
).
See LICENSE.