Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 700 Bytes

README.rst

File metadata and controls

22 lines (16 loc) · 700 Bytes

../../images/logo.png


Numba implementations of some sketch algorithms. Current algorithms implemented are the HyperLogLog++ (approximates cardinality), conservative updating count-min sketch with either linear or log counters (approximates count of given keys), and the top-k api, aka heavy-hitters, (approximates identification of most frequented items in a stream).

Documentation

Documentation for the API and theoretical foundations of the algorithms can be found at https://mhendrey.github.io/sketchnu

Installation

Sketchnu may be installed using conda:

conda install -c conda-forge sketchnu