Hypex v1.1.0 API Reference
Modules
This module provides an Elixir implementation of HyperLogLog as described within http://algo.inria.fr/flajolet/Publications/FlFuGaMe07.pdf. Various implementations are provided in order to account for performance and memory optimizations
This module provides a Hypex register implementation using an Erlang Array under the hood
This module provides a Hypex register implementation using a Bitstring under the hood
This module defines the behaviour required by all internal Hypex register structures