Crick is a Python library providing high-performance approximate and streaming algorithms, including t-digest for quantiles, hyperloglog for cardinality, and count-min sketch for frequency estimation. The latest version is 0.0.8, released as an early development release, with no regular release cadence.
pip install crickNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a TDigest, add values, and query quantiles.
Upgrade to Python 3.10+.
Use a higher compression value for better accuracy at the cost of memory.
Import directly from `crick` (e.g., `from crick import TDigest`).
No dependency data recorded yet.