mlaugharn / hg64

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hg64

example code:

hg = hg64.Histogram(2)  # create histogram with 2 significant bits
hg.add(3, 1)
finished, pmin, pmax, pcount = hg.get(3)
print(hg.size())

install: clone and run pip install .

license: mpl-2.0 - fork of https://github.com/fanf2/hg64

About


Languages

Language:C++ 40.9%Language:Python 30.5%Language:C 24.4%Language:CMake 2.6%Language:Makefile 1.6%