Crate dsrs[][src]

Expand description

dsrs contains bindings for a subset of Apache DataSketches.

Structs

CpcSketch

The Compressed Probability Counting (CPC) sketch is a dynamically resizing distinct count sketch. Some differences between CPC and the more typical HLL++ are:

CpcUnion