Skip to content

Commit

Permalink
godoc badge
Browse files Browse the repository at this point in the history
  • Loading branch information
sgreben committed Sep 11, 2024
1 parent 387af16 commit 1d09dc5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# topk

[![Go Reference](https://pkg.go.dev/badge/github.com/keilerkonzept/topk.svg)](https://pkg.go.dev/github.com/keilerkonzept/topk)

Sliding-window and regular top-K sketches.

- A fast implementation of the HeavyKeeper top-K sketch inspired by the [segmentio implementation](github.com/segmentio/topk) and [RedisBloom implementation](https://github.com/RedisBloom/RedisBloom/blob/b5916e1b9fba17829c3e329c127b99d706eb31f6/src/topk.c).
Expand Down

0 comments on commit 1d09dc5

Please sign in to comment.