Metadata-Version: 2.4
Name: hyperloglog
Version: 0.1.6
Summary: HyperLogLog cardinality counter
Home-page: https://github.com/svpcom/hyperloglog
Author: Vasily Evseenko
Author-email: svpcom@gmail.com
Maintainer: Vasily Evseenko
Maintainer-email: svpcom@gmail.com
License: LGPL 2.1 or later
Requires-Python: >=3.7
License-File: LICENSE
Requires-Dist: msgpack
Requires-Dist: numpy
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: maintainer
Dynamic: maintainer-email
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary


Python implementation of the Hyper LogLog and Sliding Hyper LogLog cardinality counter
algorithms. Added bias correction from HLL++.

http://algo.inria.fr/flajolet/Publications/FlFuGaMe07.pdf
http://hal.archives-ouvertes.fr/docs/00/46/53/13/PDF/sliding_HyperLogLog.pdf
http://research.google.com/pubs/pub40671.html
