cyhll

Hyperloglog in Cython


License
Apache-2.0
Install
pip install cyhll==0.1.4

Documentation

CyHLL - HyperLogLog in Cython

This module is an adaptation of HyperLogLog in Cython. It uses MurmerHash3 (also Cythonized) for hashing.