https://github.com/bsm/zetasketch
https://github.com/bsm/zetasketch
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bsm/zetasketch
- Owner: bsm
- License: apache-2.0
- Created: 2020-06-19T13:43:44.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-03-14T17:03:39.000Z (about 2 years ago)
- Last Synced: 2025-03-22T19:02:42.848Z (about 1 year ago)
- Language: Go
- Size: 143 KB
- Stars: 3
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ZetaSketch
[](https://github.com/bsm/zetasketch/actions/workflows/test.yml)
[](https://pkg.go.dev/github.com/bsm/zetasketch)
[](https://opensource.org/licenses/Apache-2.0)
A collection of libraries for single-pass, distributed, sublinear-space approximate aggregation and sketching algorithms. Currently: HyperLogLog++; more to come.
Go port of the original Java library https://github.com/google/zetasketch. Copyright 2019 Google LLC, Licensed under the Apache License, Version 2.0.