Status: IN
Three systems deploy probabilistic data structures with explicitly tunable accuracy-space tradeoffs: HyperLogLog with 16384 registers for ~1% cardinality error, Morris counters averaging 32 independent estimators for approximate counting, and SimHash with a 3-bit Hamming threshold for near-duplicate detection — each accepting bounded inaccuracy to achieve sub-linear space consumption.
HLL, Morris, and SimHash all trade tunable accuracy for sub-linear space
Depends on (SL): hll-default-precision, morris-counter-32-estimators, simhash-threshold-default-3