Documentation ¶
Overview ¶
Package hyperloglog wraps github.com/clarkduvall/hyperloglog with mutexes
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Hash64 ¶
type Hash64 hyperloglog.Hash64
type HyperLogLogPlus ¶
type HyperLogLogPlus struct {
// contains filtered or unexported fields
}
func NewPlus ¶
func NewPlus(n uint8) (*HyperLogLogPlus, error)
func (*HyperLogLogPlus) Add ¶
func (h *HyperLogLogPlus) Add(s Hash64)
func (*HyperLogLogPlus) Count ¶
func (h *HyperLogLogPlus) Count() uint64
Click to show internal directories.
Click to hide internal directories.