# Packages
Package hll contains a HyperLogLog++ with a LogLog-Beta bias correction implementation that is adapted (mostly copied) from an implementation provided by Clark DuVall github.com/clarkduvall/hyperloglog.
# Interfaces
Sketch is the interface representing a sketch for estimating cardinality.