Package : erlang-hyper

Package details

Summary: An implementation of the HyperLogLog algorithm in Erlang

Description:
An implementation of the HyperLogLog algorithm in Erlang. Using HyperLogLog you
can estimate the cardinality of very large data sets using constant memory. The
relative error is 1.04 * sqrt(2^P). When creating a new HyperLogLog filter, you
provide the precision P, allowing you to trade memory for accuracy. The union
of two filters is lossless.


URL: https://github.com/GameAnalytics/hyper
License: MIT

Maintainer: joequant

List of RPMs