Documentation ¶
Overview ¶
Package hll provides the analysis of a near-optimal cardinality estimation algorithm.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Counter ¶
type Counter struct {
// contains filtered or unexported fields
}
Counter represents a HyperLogLog counter.
func (*Counter) CountBytes ¶
CountBytes counts the bytes type key.
func (*Counter) CountString ¶
CountString counts the string type key.
Click to show internal directories.
Click to hide internal directories.