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

https://github.com/bsm/zetasketch


https://github.com/bsm/zetasketch

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# ZetaSketch

[![Test](https://github.com/bsm/zetasketch/actions/workflows/test.yml/badge.svg)](https://github.com/bsm/zetasketch/actions/workflows/test.yml)
[![Go Reference](https://pkg.go.dev/badge/github.com/bsm/zetasketch.svg)](https://pkg.go.dev/github.com/bsm/zetasketch)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](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.