News

This is a minimalistic Count-min Sketch for Python, featuring some cool things like: Being able to count anything that is hash-able by python (numbers, strings, tuples, inmutables, duck-typeds, etc.).
A python library for streaming algorithms. Contribute to BenjaminUJun/count-min-sketch development by creating an account on GitHub.
Count-Min sketch is an efficient approximate query tool for data stream. In this paper we address how to further improve its point query performance. Firstly, w ...