topk topic
List
topk repositories
bloom-filters
350
Stars
38
Forks
Watchers
JS implementation of probabilistic data structures: Bloom Filter (and its derived), HyperLogLog, Count-Min Sketch, Top-K and MinHash
successive-halving-topk
16
Stars
0
Forks
Watchers
A fast and highly accurate differentiable Top-k operator from the "Successive Halving Top-k Operator" AAAI'21 paper.
space-saving
30
Stars
9
Forks
Watchers
Space Saving algorithm implementation (StreamSummary) in Java, used to solve heavy hitters / topk items.