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)
- Host: GitHub
- URL: https://github.com/ekzhu/go-datasketch
- Owner: ekzhu
- License: mit
- Created: 2015-01-26T21:08:34.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-20T00:41:04.000Z (about 10 years ago)
- Last Synced: 2025-06-13T19:04:07.856Z (4 months ago)
- Language: Go
- Homepage:
- Size: 211 KB
- Stars: 11
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).