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

https://github.com/axiomhq/topk

Streaming TopK estimates
https://github.com/axiomhq/topk

Last synced: 2 months ago
JSON representation

Streaming TopK estimates

Awesome Lists containing this project

README

          

# TopK: "filtered space saving" streaming topk algorithm

A modified version of http://github.com/dgryski/go-topk with the following changes

* [x] Add msgp encoding/decoding
* [x] Use metro hash
* [x] Allow merging via https://ieeexplore.ieee.org/document/8438445
* [x] Clear state