API Reference Hypex v#2.1.0
View SourceModules
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 defines the behaviour required by all internal Hypex registers.
A Hypex.Register implementation using an Erlang :array.
A Hypex.Register implementation using a bitstring.
A Hypex.Register implementation using a List.
A Hypex.Register implementation using a Map.
A Hypex.Register implementation using a Tuple.