From 78ce2f33298f9f0871c868d5d78e42d4717613ce Mon Sep 17 00:00:00 2001 From: Patrick McGleenon Date: Tue, 11 Feb 2025 07:37:56 +0000 Subject: [PATCH] chore: added badges for crate, license, github status --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 02d08cf..542e6fe 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,16 @@ # heavykeeper-rs + +[![Crates.io][crates-badge]][crates-url] +[![MIT licensed][mit-badge]][mit-url] +[![Build Status][actions-badge]][actions-url] + +[crates-badge]: https://img.shields.io/crates/v/heavykeeper.svg +[crates-url]: https://crates.io/crates/heavykeeper +[mit-badge]: https://img.shields.io/badge/license-MIT-blue.svg +[mit-url]: https://github.com/pmcgleenon/heavykeeper-rs/blob/master/LICENSE +[actions-badge]: https://github.com/pmcgleenon/heavykeeper-rs/actions/workflows/rust.yml/badge.svg +[actions-url]: https://github.com/pmcgleenon/heavykeeper-rs/actions?query=workflow%3Arust+branch%3Amain + Top-K Heavykeeper algorithm for Top-K elephant flows This is based on the [paper](https://www.usenix.org/system/files/conference/atc18/atc18-gong.pdf)