apache / datasketches-java

A software library of stochastic streaming algorithms, a.k.a. sketches.

Home Page:https://datasketches.apache.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add count-min sketch

jmalkin opened this issue · comments

The C++ library offers a count-min sketch. The Java library should include a compatible implementation.