Metadata-Version: 1.0
Name: hyperloglog
Version: 0.0.13
Summary: HyperLogLog cardinality counter
Home-page: https://github.com/svpcom/hyperloglog
Author: Vasily Evseenko
Author-email: svpcom@gmail.com
License: LGPL 2.1 or later
Description: 
        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
        
Platform: UNKNOWN
