/tallyho

A Scala library demonstrating methods to count elements in a stream

Primary LanguageScalaApache License 2.0Apache-2.0

Tallyho

Tallyho is a pedagocial library to demonstrate different ways to count things on the JVM. It wraps

as well as provides an implemenation of the Pipeline data structure for handling streaming data. Additionally, it provides implementations of reservoir sampling and Karp's frequent element algorithm.

Papers

Within the repository, you will find links to papers covering the related material