|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
HyperLogLog for approximate cardinality estimation. More...
#include <cmath>#include <algorithm>#include <bit>#include <cstdint>#include <ah-errors.H>#include <tpl_array.H>#include <hash-fct.H>Go to the source code of this file.
Classes | |
| class | Aleph::HyperLogLog< T > |
| HyperLogLog cardinality estimator. More... | |
Namespaces | |
| namespace | Aleph |
| Main namespace for Aleph-w library functions. | |
HyperLogLog for approximate cardinality estimation.
Provides the HyperLogLog class for estimating the number of unique elements in a stream with very low memory footprint and high accuracy.
Definition in file hyperloglog.H.