Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ekzhu/counter

A frequency counter similar to Python's collections.Counter with additional support of other statistics.
https://github.com/ekzhu/counter

counter distinct frequency-counter golang stats

Last synced: about 1 month ago
JSON representation

A frequency counter similar to Python's collections.Counter with additional support of other statistics.

Awesome Lists containing this project

README

        

# counter
[![Build Status](https://travis-ci.org/ekzhu/counter.svg?branch=master)](https://travis-ci.org/ekzhu/counter)
[![GoDoc](https://godoc.org/github.com/ekzhu/counter?status.svg)](https://godoc.org/github.com/ekzhu/counter)

A frequency counter similar to Python's
[`collections.Counter`](https://docs.python.org/dev/library/collections.html#collections.Counter)
with additional support of discrete probabilities and entropy.

See [Documentation](https://godoc.org/github.com/ekzhu/counter).