Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/flegall/xke-hyperloglog

HyperLogLog implementation hands-on
https://github.com/flegall/xke-hyperloglog

Last synced: 1 day ago
JSON representation

HyperLogLog implementation hands-on

Awesome Lists containing this project

README

        

# xke-hyperloglog
HyperLogLog implementation hands-on

Instructions

- Open the project with Intellij Idea 14 (with the scala plugin)
- Let it import the few dependencies (scalatest, guava)
- Run the tests, fix them!
- If you work in Java, checkout the 'java' branch.