Skip to content

mhendrey/sketchnu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

../../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

About

Numba implementations of some sketch algorithms.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages