Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/flegall/xke-hyperloglog
- Owner: flegall
- Created: 2015-05-19T17:58:43.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-02T04:10:11.000Z (over 9 years ago)
- Last Synced: 2024-10-14T15:27:23.568Z (29 days ago)
- Language: Scala
- Size: 1.69 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# xke-hyperloglog
HyperLogLog implementation hands-onInstructions
- 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.