https://github.com/axiomhq/topk
Streaming TopK estimates
https://github.com/axiomhq/topk
Last synced: 2 months ago
JSON representation
Streaming TopK estimates
- Host: GitHub
- URL: https://github.com/axiomhq/topk
- Owner: axiomhq
- License: mit
- Fork: true (dgryski/go-topk)
- Created: 2020-08-26T14:02:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-09-25T19:39:11.000Z (5 months ago)
- Last Synced: 2025-11-05T10:00:42.805Z (4 months ago)
- Language: Go
- Size: 713 KB
- Stars: 12
- Watchers: 0
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- stars - axiomhq/topk
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