Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jehiah/countmin

an implementation of Count-Min Sketch, an approximate counting data structure for summarizing data streams, in golang
https://github.com/jehiah/countmin

count-min-sketch countmin go summarizing-data-streams

Last synced: 24 days ago
JSON representation

an implementation of Count-Min Sketch, an approximate counting data structure for summarizing data streams, in golang

Awesome Lists containing this project

README

        

countmin
========

[![Build Status](https://secure.travis-ci.org/jehiah/countmin.png?branch=master)](http://travis-ci.org/jehiah/countmin) [![GoDoc](https://godoc.org/github.com/jehiah/countmin?status.svg)](https://godoc.org/github.com/jehiah/countmin) [![GitHub release](https://img.shields.io/github/release/jehiah/countmin.svg)](https://github.com/jehiah/countmin/releases/latest)

An implementation of Count-Min Sketch, an approximate counting data structure for summarizing data streams, in Go.

* http://en.wikipedia.org/wiki/Count-Min_sketch
* http://people.cs.umass.edu/~mcgregor/711S12/sketches1.pdf
* http://amatsukawa.posterous.com/heavy-hitter-detection