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

https://github.com/ekzhu/go-datasketch

Probabilistic data structures for processing very large datasets (MinHash, HyperLogLog)
https://github.com/ekzhu/go-datasketch

Last synced: about 2 months ago
JSON representation

Probabilistic data structures for processing very large datasets (MinHash, HyperLogLog)

Awesome Lists containing this project

README

          

# go-datasketch

I am no longer developing this package.
The [Python version](https://github.com/ekzhu/datasketch).
Is being actively developed.
It has more data sketches.

For HyperLogLog, please use
[clarkduvall/hyperloglog](https://github.com/clarkduvall/hyperloglog).
For MinHash, look at
[dgryski/go-minhash](https://github.com/dgryski/go-minhash).