Crate dsrs[][src]

Expand description

dsrs contains bindings for a subset of Apache DataSketches.

Modules

Stateful reducers which maintain distinct count sketches, aimed at servicing the dsrs command-line tool for deduplicating byte lines of input.

A small abstraction for reducing over byte lines from a stream, used for the command line tool dsrs.

Structs

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